From 1835c327fffd646b829e25f44694b93bb25f06f0 Mon Sep 17 00:00:00 2001 From: Alexander Neundorf Date: Thu, 24 May 2007 08:18:46 -0400 Subject: [PATCH] STYLE: use "items" instead od "item" Alex --- Source/cmListCommand.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Source/cmListCommand.h b/Source/cmListCommand.h index 486ff8d99..2dbe1d80b 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" ; }