mirror of
https://github.com/Kitware/CMake.git
synced 2026-02-22 15:10:20 -06:00
Fix typo
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user