[cmake-commits] alex committed CommandLineArguments.hxx.in 1.14 1.15

cmake-commits at cmake.org cmake-commits at cmake.org
Thu Aug 9 09:03:27 EDT 2007


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

Modified Files:
	CommandLineArguments.hxx.in 
Log Message:

STYLE: fix typo

Alex


Index: CommandLineArguments.hxx.in
===================================================================
RCS file: /cvsroot/CMake/CMake/Source/kwsys/CommandLineArguments.hxx.in,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -d -r1.14 -r1.15
--- CommandLineArguments.hxx.in	14 Jul 2006 19:02:27 -0000	1.14
+++ CommandLineArguments.hxx.in	9 Aug 2007 13:03:25 -0000	1.15
@@ -96,7 +96,7 @@
   enum VariableTypeEnum {
     NO_VARIABLE_TYPE = 0, // The variable is not specified
     INT_TYPE,             // The variable is integer (int)
-    BOOL_TYPE,            // The vairable is boolean (bool)
+    BOOL_TYPE,            // The variable is boolean (bool)
     DOUBLE_TYPE,          // The variable is float (double)
     STRING_TYPE,          // The variable is string (char*)
     STL_STRING_TYPE,      // The variable is string (char*)



More information about the Cmake-commits mailing list