[cmake-commits] alex committed cmExecProgramCommand.h 1.20 1.21

cmake-commits at cmake.org cmake-commits at cmake.org
Fri Jun 8 09:19:21 EDT 2007


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

Modified Files:
	cmExecProgramCommand.h 
Log Message:

STYLE: fix typo (bug #5115)

Alex


Index: cmExecProgramCommand.h
===================================================================
RCS file: /cvsroot/CMake/CMake/Source/cmExecProgramCommand.h,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -d -r1.20 -r1.21
--- cmExecProgramCommand.h	24 Jan 2007 18:45:42 -0000	1.20
+++ cmExecProgramCommand.h	8 Jun 2007 13:19:19 -0000	1.21
@@ -69,7 +69,7 @@
   virtual const char* GetFullDocumentation()
     {
     return
-      "Run and executable program during the processing of the CMakeList.txt"
+      "Run an executable program during the processing of the CMakeList.txt"
       " file.\n"
       "  EXEC_PROGRAM(Executable [directory in which to run]\n"
       "               [ARGS <arguments to executable>]\n"



More information about the Cmake-commits mailing list