From 01eea01f21b20e30f5610c5249f50a5a3bd76363 Mon Sep 17 00:00:00 2001 From: Alexander Neundorf Date: Fri, 8 Jun 2007 09:19:19 -0400 Subject: [PATCH] STYLE: fix typo (bug #5115) Alex --- Source/cmExecProgramCommand.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/cmExecProgramCommand.h b/Source/cmExecProgramCommand.h index 8518610f8..1117561cc 100644 --- a/Source/cmExecProgramCommand.h +++ b/Source/cmExecProgramCommand.h @@ -69,7 +69,7 @@ public: 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 ]\n"