[cmake-commits] king committed cmPropertyDefinition.cxx 1.4 1.5

cmake-commits at cmake.org cmake-commits at cmake.org
Wed Jun 27 12:06:01 EDT 2007


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

Modified Files:
	cmPropertyDefinition.cxx 
Log Message:
BUG: Fixed spelling of globally in global property names.


Index: cmPropertyDefinition.cxx
===================================================================
RCS file: /cvsroot/CMake/CMake/Source/cmPropertyDefinition.cxx,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- cmPropertyDefinition.cxx	25 Jun 2007 14:34:21 -0000	1.4
+++ cmPropertyDefinition.cxx	27 Jun 2007 16:05:59 -0000	1.5
@@ -53,7 +53,7 @@
       break;
     case cmProperty::DIRECTORY: this->LongName += " on a directory";
       break;
-    case cmProperty::GLOBAL: this->LongName += " globaly";
+    case cmProperty::GLOBAL: this->LongName += " globally";
       break;
     case cmProperty::TEST: this->LongName += " on CTest";
       break;



More information about the Cmake-commits mailing list