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/cmConfigureFileCommand.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/cmConfigureFileCommand.h')
-rw-r--r-- | Source/cmConfigureFileCommand.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmConfigureFileCommand.h b/Source/cmConfigureFileCommand.h index 347174a..a5b44d1 100644 --- a/Source/cmConfigureFileCommand.h +++ b/Source/cmConfigureFileCommand.h @@ -76,7 +76,7 @@ public: "will be C-style escaped. " "The file will be configured with the current values of CMake " "variables. If @ONLY is specified, only variables " - "of the form @VAR@ will be replaces and ${VAR} will be ignored. " + "of the form @VAR@ will be replaced and ${VAR} will be ignored. " "This is useful for configuring scripts that use ${VAR}. " "Any occurrences of #cmakedefine VAR will be replaced with " "either #define VAR or /* #undef VAR */ depending on " |