diff options
Diffstat (limited to 'Source/cmExecProgramCommand.h')
-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 3c79185..6a312ca 100644 --- a/Source/cmExecProgramCommand.h +++ b/Source/cmExecProgramCommand.h @@ -88,7 +88,7 @@ public: virtual const char* GetFullDocumentation() { return - "EXEC_PROGRAM(Executble [Directory to run in])"; + "EXEC_PROGRAM(Executable [Directory to run in])"; } cmTypeMacro(cmExecProgramCommand, cmCommand); |