[cmake-commits] alex committed cmTryRunCommand.h 1.9 1.10

cmake-commits at cmake.org cmake-commits at cmake.org
Tue May 1 17:02:21 EDT 2007


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

Modified Files:
	cmTryRunCommand.h 
Log Message:

STYLE: fix typo

Alex


Index: cmTryRunCommand.h
===================================================================
RCS file: /cvsroot/CMake/CMake/Source/cmTryRunCommand.h,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- cmTryRunCommand.h	13 Dec 2005 20:12:37 -0000	1.9
+++ cmTryRunCommand.h	1 May 2007 21:02:19 -0000	1.10
@@ -68,7 +68,7 @@
       "Try compiling a srcfile.  Return the success or failure in "
       "COMPILE_RESULT_VAR.  Then if the compile succeeded, run the "
       "executable and return the result in RUN_RESULT_VAR. "
-      "If the executable was built, but failed for to run for some "
+      "If the executable was built, but failed to run for some"
       "reason, then RUN_RESULT_VAR will be set to FAILED_TO_RUN, and "
       "the output will be in the COMPILE_RESULT_VAR. OUTPUT_VARIABLE "
       "specifies the name of the variable to put all of the standard "



More information about the Cmake-commits mailing list