[cmake-commits] hoffman committed cmFileCommand.h 1.18 1.19

cmake-commits at cmake.org cmake-commits at cmake.org
Tue Feb 20 15:09:11 EST 2007


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

Modified Files:
	cmFileCommand.h 
Log Message:
ENH: fix spelling error bug # 4233


Index: cmFileCommand.h
===================================================================
RCS file: /cvsroot/CMake/CMake/Source/cmFileCommand.h,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -d -r1.18 -r1.19
--- cmFileCommand.h	5 Jun 2006 17:45:43 -0000	1.18
+++ cmFileCommand.h	20 Feb 2007 20:09:09 -0000	1.19
@@ -104,7 +104,7 @@
       "MAKE_DIRECTORY will create a directory at the specified location\n"
       "RELATIVE_PATH will determine relative path from directory to the given"
       " file.\n"
-      "TO_CMAKE_PATH will convert path into a cmake sytle path with unix /. "
+      "TO_CMAKE_PATH will convert path into a cmake style path with unix /. "
       " The input can be a single path or a system path like \"$ENV{PATH}\". "
       " Note the double quotes around the ENV call TO_CMAKE_PATH only takes "
       " one argument.\n"



More information about the Cmake-commits mailing list