STYLE: fix typo

Alex
This commit is contained in:
Alexander Neundorf 2007-05-01 17:02:19 -04:00
parent 2db8d671e7
commit dcb3badcd7
1 changed files with 1 additions and 1 deletions

View File

@ -68,7 +68,7 @@ public:
"Try compiling a srcfile. Return the success or failure in " "Try compiling a srcfile. Return the success or failure in "
"COMPILE_RESULT_VAR. Then if the compile succeeded, run the " "COMPILE_RESULT_VAR. Then if the compile succeeded, run the "
"executable and return the result in RUN_RESULT_VAR. " "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 " "reason, then RUN_RESULT_VAR will be set to FAILED_TO_RUN, and "
"the output will be in the COMPILE_RESULT_VAR. OUTPUT_VARIABLE " "the output will be in the COMPILE_RESULT_VAR. OUTPUT_VARIABLE "
"specifies the name of the variable to put all of the standard " "specifies the name of the variable to put all of the standard "