diff options
author | Alexander Neundorf <neundorf@kde.org> | 2007-05-24 12:18:46 (GMT) |
---|---|---|
committer | Alexander Neundorf <neundorf@kde.org> | 2007-05-24 12:18:46 (GMT) |
commit | 1835c327fffd646b829e25f44694b93bb25f06f0 (patch) | |
tree | b238a50a94f8916f55faf0ef2299f0dd8be377d3 /Source | |
parent | 4df8826d6cb3617ad73cb98c4a673c8465a47c39 (diff) | |
download | CMake-1835c327fffd646b829e25f44694b93bb25f06f0.zip CMake-1835c327fffd646b829e25f44694b93bb25f06f0.tar.gz CMake-1835c327fffd646b829e25f44694b93bb25f06f0.tar.bz2 |
STYLE: use "items" instead od "item"
Alex
Diffstat (limited to 'Source')
-rw-r--r-- | Source/cmListCommand.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/cmListCommand.h b/Source/cmListCommand.h index 486ff8d..2dbe1d8 100644 --- a/Source/cmListCommand.h +++ b/Source/cmListCommand.h @@ -79,9 +79,9 @@ public: "INSERT will insert elements to the list to the specified location.\n" "When specifying an index, negative value corresponds to index from the" " end of the list.\n" - "REMOVE_AT and REMOVE_ITEM will remove item from the list. The " + "REMOVE_AT and REMOVE_ITEM will remove items from the list. The " "difference is that REMOVE_ITEM will remove the given items, while " - "REMOVE_AT will remove the item at the given indices.\n" + "REMOVE_AT will remove the items at the given indices.\n" ; } |