summaryrefslogtreecommitdiffstats
path: root/Source/cmTryRunCommand.h
diff options
context:
space:
mode:
authorAlexander Neundorf <neundorf@kde.org>2007-05-01 21:02:19 (GMT)
committerAlexander Neundorf <neundorf@kde.org>2007-05-01 21:02:19 (GMT)
commitdcb3badcd781682f06f24a3a171feba67485a914 (patch)
treee5c2fcf5b53fe51ee6c8f9fcf4cd47801fc3e343 /Source/cmTryRunCommand.h
parent2db8d671e7e9a23f436589c43185d35c8c0a9cd3 (diff)
downloadCMake-dcb3badcd781682f06f24a3a171feba67485a914.zip
CMake-dcb3badcd781682f06f24a3a171feba67485a914.tar.gz
CMake-dcb3badcd781682f06f24a3a171feba67485a914.tar.bz2
STYLE: fix typo
Alex
Diffstat (limited to 'Source/cmTryRunCommand.h')
-rw-r--r--Source/cmTryRunCommand.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmTryRunCommand.h b/Source/cmTryRunCommand.h
index 8c20d77..40c3de5 100644
--- a/Source/cmTryRunCommand.h
+++ b/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 "