Sebastien Barre 24 년 전
부모
커밋
1ccaa434ce
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 1
      Source/cmExecProgramCommand.h
  2. 1 1
      Source/cmVariableRequiresCommand.h

+ 1 - 1
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);

+ 1 - 1
Source/cmVariableRequiresCommand.h

@@ -86,7 +86,7 @@ public:
   virtual const char* GetFullDocumentation()
     {
     return
-      "VARIABLE_REQUIRES(TEST_VARIBLE RESULT_VARIBLE "
+      "VARIABLE_REQUIRES(TEST_VARIABLE RESULT_VARIABLE "
       "REQUIRED_VARIABLE1 REQUIRED_VARIABLE2 ...) "
       "The first argument (TEST_VARIABLE) is the name of the varible to be "
       "tested, if that varible is false nothing else is done. If "