[cmake-commits] alex committed cmListCommand.h 1.7 1.8

cmake-commits at cmake.org cmake-commits at cmake.org
Thu May 24 08:18:48 EDT 2007


Update of /cvsroot/CMake/CMake/Source
In directory public:/mounts/ram/cvs-serv27366

Modified Files:
	cmListCommand.h 
Log Message:

STYLE: use "items" instead od "item"

Alex


Index: cmListCommand.h
===================================================================
RCS file: /cvsroot/CMake/CMake/Source/cmListCommand.h,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- cmListCommand.h	22 Aug 2006 14:16:46 -0000	1.7
+++ cmListCommand.h	24 May 2007 12:18:46 -0000	1.8
@@ -79,9 +79,9 @@
       "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"
       ;
     }
 



More information about the Cmake-commits mailing list