[cmake-commits] alex committed cmReturnCommand.h 1.1 1.2

cmake-commits at cmake.org cmake-commits at cmake.org
Wed Jan 23 18:34:21 EST 2008


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

Modified Files:
	cmReturnCommand.h 
Log Message:
STYLE: fix typo

Alex



Index: cmReturnCommand.h
===================================================================
RCS file: /cvsroot/CMake/CMake/Source/cmReturnCommand.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- cmReturnCommand.h	23 Jan 2008 15:28:26 -0000	1.1
+++ cmReturnCommand.h	23 Jan 2008 23:34:19 -0000	1.2
@@ -71,7 +71,7 @@
       "encountered, it caused process of the current function or "
       "directory to stop and control is return to the caller of the "
       "function, or the parent directory if any. Note that a macro "
-      "is not a function and does not handle return liek a function does.";
+      "is not a function and does not handle return like a function does.";
     }
   
   cmTypeMacro(cmReturnCommand, cmCommand);



More information about the Cmake-commits mailing list