summaryrefslogtreecommitdiffstats
path: root/Source/cmListCommand.h
diff options
context:
space:
mode:
authorAlexander Neundorf <neundorf@kde.org>2007-05-24 12:18:46 (GMT)
committerAlexander Neundorf <neundorf@kde.org>2007-05-24 12:18:46 (GMT)
commit1835c327fffd646b829e25f44694b93bb25f06f0 (patch)
treeb238a50a94f8916f55faf0ef2299f0dd8be377d3 /Source/cmListCommand.h
parent4df8826d6cb3617ad73cb98c4a673c8465a47c39 (diff)
downloadCMake-1835c327fffd646b829e25f44694b93bb25f06f0.zip
CMake-1835c327fffd646b829e25f44694b93bb25f06f0.tar.gz
CMake-1835c327fffd646b829e25f44694b93bb25f06f0.tar.bz2
STYLE: use "items" instead od "item"
Alex
Diffstat (limited to 'Source/cmListCommand.h')
-rw-r--r--Source/cmListCommand.h4
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"
;
}