Fix typo
This commit is contained in:
parent
99c9d77f21
commit
1ccaa434ce
|
@ -88,7 +88,7 @@ public:
|
||||||
virtual const char* GetFullDocumentation()
|
virtual const char* GetFullDocumentation()
|
||||||
{
|
{
|
||||||
return
|
return
|
||||||
"EXEC_PROGRAM(Executble [Directory to run in])";
|
"EXEC_PROGRAM(Executable [Directory to run in])";
|
||||||
}
|
}
|
||||||
|
|
||||||
cmTypeMacro(cmExecProgramCommand, cmCommand);
|
cmTypeMacro(cmExecProgramCommand, cmCommand);
|
||||||
|
|
|
@ -86,7 +86,7 @@ public:
|
||||||
virtual const char* GetFullDocumentation()
|
virtual const char* GetFullDocumentation()
|
||||||
{
|
{
|
||||||
return
|
return
|
||||||
"VARIABLE_REQUIRES(TEST_VARIBLE RESULT_VARIBLE "
|
"VARIABLE_REQUIRES(TEST_VARIABLE RESULT_VARIABLE "
|
||||||
"REQUIRED_VARIABLE1 REQUIRED_VARIABLE2 ...) "
|
"REQUIRED_VARIABLE1 REQUIRED_VARIABLE2 ...) "
|
||||||
"The first argument (TEST_VARIABLE) is the name of the varible to be "
|
"The first argument (TEST_VARIABLE) is the name of the varible to be "
|
||||||
"tested, if that varible is false nothing else is done. If "
|
"tested, if that varible is false nothing else is done. If "
|
||||||
|
|
Loading…
Reference in New Issue