diff options
author | Bill Hoffman <bill.hoffman@kitware.com> | 2003-02-14 14:54:15 (GMT) |
---|---|---|
committer | Bill Hoffman <bill.hoffman@kitware.com> | 2003-02-14 14:54:15 (GMT) |
commit | ae5a80c7958c28dd273631f6869b05db599852b7 (patch) | |
tree | d07efa3d896111a41d20d2d6d86345cb96c3d5db /Source/cmConfigureFileCommand.h | |
parent | a410fdef6086083a2a2e5be191b19fd02707c607 (diff) | |
download | CMake-ae5a80c7958c28dd273631f6869b05db599852b7.zip CMake-ae5a80c7958c28dd273631f6869b05db599852b7.tar.gz CMake-ae5a80c7958c28dd273631f6869b05db599852b7.tar.bz2 |
spelling errors
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 ba743a8..9e19a6f 100644 --- a/Source/cmConfigureFileCommand.h +++ b/Source/cmConfigureFileCommand.h @@ -59,7 +59,7 @@ public: "This command replaces any variables in the input file with their " "values as determined by CMake. If a variables in not defined, it " "will be replaced with nothing. If COPYONLY is passed in, then " - "then no varible expansion will take place. If ESCAPE_QUOTES is " + "then no variable expansion will take place. If ESCAPE_QUOTES is " "passed in then any substitued quotes will be C style escaped. " "If IMMEDIATE is specified, then the file will be configured with " "the current values of CMake variables instead of waiting until the " |