From 5d09651e5664c3c875fe4b32acdc84e207ffd243 Mon Sep 17 00:00:00 2001 From: Kai Wasserbäch Date: Thu, 6 Aug 2009 17:56:43 +0000 Subject: [KVIrc] (trunk) Fixed spelling mistakes found by Lintian. git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@3402 17fca916-40b9-46aa-a4ea-0a15b648b75c --- src/modules/objects/class_list.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/modules/objects/class_list.cpp') diff --git a/src/modules/objects/class_list.cpp b/src/modules/objects/class_list.cpp index d1962ecf4..1f62f8728 100644 --- a/src/modules/objects/class_list.cpp +++ b/src/modules/objects/class_list.cpp @@ -86,22 +86,22 @@ !fn: $remove() Removes the item at zero-based . Returns $true - if the item was succesfully removed and $false otherwise (i.e. + if the item was successfully removed and $false otherwise (i.e. pointed beyond the end of the list). !fn: $removeFirst() Removes the first item from the list. Returns $true - if the item was succesfully removed (the list was not empty) + if the item was successfully removed (the list was not empty) and $false otherwise. !fn: $removeLast() Removes the last item from the list. Returns $true - if the item was succesfully removed (the list was not empty) + if the item was successfully removed (the list was not empty) and $false otherwise. !fn: $removeCurrent() Removes the current item from the list. Returns $true - if the item was succesfully removed or $false otherwise. + if the item was successfully removed or $false otherwise. Invalidates any iteration operation. !fn: $moveFirst() -- cgit v1.3.1-10-gc9f91