diff options
| author | 2009-08-06 17:56:43 +0000 | |
|---|---|---|
| committer | 2009-08-06 17:56:43 +0000 | |
| commit | 5d09651e5664c3c875fe4b32acdc84e207ffd243 (patch) | |
| tree | 8fdd73f929a5d9ec3ef110607c38806a3bc8a4e9 /src/modules/objects/class_list.cpp | |
| parent | reverted part of r3395 (fixes #511), LIB_SUFFIX is the common flag name for c... (diff) | |
| download | KVIrc-5d09651e5664c3c875fe4b32acdc84e207ffd243.tar.gz KVIrc-5d09651e5664c3c875fe4b32acdc84e207ffd243.tar.bz2 KVIrc-5d09651e5664c3c875fe4b32acdc84e207ffd243.zip | |
[KVIrc] (trunk) Fixed spelling mistakes found by Lintian.
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@3402 17fca916-40b9-46aa-a4ea-0a15b648b75c
Diffstat (limited to 'src/modules/objects/class_list.cpp')
| -rw-r--r-- | src/modules/objects/class_list.cpp | 8 |
1 files changed, 4 insertions, 4 deletions
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: <boolean> $remove(<index:uint>) Removes the item at zero-based <index>. Returns $true - if the item was succesfully removed and $false otherwise (i.e. <index> + if the item was successfully removed and $false otherwise (i.e. <index> pointed beyond the end of the list). !fn: <boolean> $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: <boolean> $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: <boolean> $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: <boolean> $moveFirst() |
