浏览代码

STYLE: fix typo

Alex
Alexander Neundorf 18 年之前
父节点
当前提交
dcb3badcd7
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Source/cmTryRunCommand.h

+ 1 - 1
Source/cmTryRunCommand.h

@@ -68,7 +68,7 @@ public:
       "Try compiling a srcfile.  Return the success or failure in "
       "COMPILE_RESULT_VAR.  Then if the compile succeeded, run the "
       "executable and return the result in RUN_RESULT_VAR. "
-      "If the executable was built, but failed for to run for some "
+      "If the executable was built, but failed to run for some"
       "reason, then RUN_RESULT_VAR will be set to FAILED_TO_RUN, and "
       "the output will be in the COMPILE_RESULT_VAR. OUTPUT_VARIABLE "
       "specifies the name of the variable to put all of the standard "