[cmake-commits] hoffman committed cmCacheManager.cxx 1.97 1.98

cmake-commits at cmake.org cmake-commits at cmake.org
Fri Sep 7 11:10:48 EDT 2007


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

Modified Files:
	cmCacheManager.cxx 
Log Message:
ENH: fix spelling error


Index: cmCacheManager.cxx
===================================================================
RCS file: /cvsroot/CMake/CMake/Source/cmCacheManager.cxx,v
retrieving revision 1.97
retrieving revision 1.98
diff -u -d -r1.97 -r1.98
--- cmCacheManager.cxx	4 Jun 2007 17:48:11 -0000	1.97
+++ cmCacheManager.cxx	7 Sep 2007 15:10:46 -0000	1.98
@@ -774,7 +774,7 @@
   else
     {
     e.Properties["HELPSTRING"] = 
-      "(This variable does not exists and should not be used)";
+      "(This variable does not exist and should not be used)";
     }
   this->Cache[key] = e;
 }



More information about the Cmake-commits mailing list