diff options
author | Alexander Neundorf <neundorf@kde.org> | 2007-06-08 13:19:19 (GMT) |
---|---|---|
committer | Alexander Neundorf <neundorf@kde.org> | 2007-06-08 13:19:19 (GMT) |
commit | 01eea01f21b20e30f5610c5249f50a5a3bd76363 (patch) | |
tree | 8d1194f929e979bccc46a3553d925eaac54cfe94 | |
parent | e737d7d07ae3ddfed57f98cefc4248055964427c (diff) | |
download | CMake-01eea01f21b20e30f5610c5249f50a5a3bd76363.zip CMake-01eea01f21b20e30f5610c5249f50a5a3bd76363.tar.gz CMake-01eea01f21b20e30f5610c5249f50a5a3bd76363.tar.bz2 |
STYLE: fix typo (bug #5115)
Alex
-rw-r--r-- | Source/cmExecProgramCommand.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmExecProgramCommand.h b/Source/cmExecProgramCommand.h index 8518610..1117561 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 <arguments to executable>]\n" |