This commit is contained in:
Sebastien Barre
2002-01-18 11:38:38 -05:00
parent 99c9d77f21
commit 1ccaa434ce
2 changed files with 2 additions and 2 deletions

View File

@@ -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);