summaryrefslogtreecommitdiffstats
path: root/Source/cmExecProgramCommand.h
diff options
context:
space:
mode:
authorAlexander Neundorf <neundorf@kde.org>2007-06-08 13:19:19 (GMT)
committerAlexander Neundorf <neundorf@kde.org>2007-06-08 13:19:19 (GMT)
commit01eea01f21b20e30f5610c5249f50a5a3bd76363 (patch)
tree8d1194f929e979bccc46a3553d925eaac54cfe94 /Source/cmExecProgramCommand.h
parente737d7d07ae3ddfed57f98cefc4248055964427c (diff)
downloadCMake-01eea01f21b20e30f5610c5249f50a5a3bd76363.zip
CMake-01eea01f21b20e30f5610c5249f50a5a3bd76363.tar.gz
CMake-01eea01f21b20e30f5610c5249f50a5a3bd76363.tar.bz2
STYLE: fix typo (bug #5115)
Alex
Diffstat (limited to 'Source/cmExecProgramCommand.h')
-rw-r--r--Source/cmExecProgramCommand.h2
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"