diff options
author | Andreas Mohr <andim2@users.sourceforge.net> | 2012-11-07 13:17:32 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2012-11-07 18:51:50 (GMT) |
commit | 965de974b24ecafc420885eff68a3917471ff181 (patch) | |
tree | cc4394640499e8ec66fc287d10bc13de8111b17f /Source/cmTryRunCommand.h | |
parent | 56a687d1730ef09284dae86435e788d5c5b63b54 (diff) | |
download | CMake-965de974b24ecafc420885eff68a3917471ff181.zip CMake-965de974b24ecafc420885eff68a3917471ff181.tar.gz CMake-965de974b24ecafc420885eff68a3917471ff181.tar.bz2 |
Documentation: Correct typos and grammar
Diffstat (limited to 'Source/cmTryRunCommand.h')
-rw-r--r-- | Source/cmTryRunCommand.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmTryRunCommand.h b/Source/cmTryRunCommand.h index 7878729..13b9973 100644 --- a/Source/cmTryRunCommand.h +++ b/Source/cmTryRunCommand.h @@ -81,7 +81,7 @@ public: "the executable, but it will not try to run the executable. Instead it " "will create cache variables which must be filled by the user or by " "presetting them in some CMake script file to the values the " - "executable would have produced if it would have been run on its actual " + "executable would have produced if it had been run on its actual " "target platform. These variables are RUN_RESULT_VAR (explanation see " "above) and if RUN_OUTPUT_VARIABLE (or OUTPUT_VARIABLE) was used, an " "additional cache variable " |