diff options
author | Brad King <brad.king@kitware.com> | 2009-09-16 19:09:19 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2009-09-16 19:09:19 (GMT) |
commit | dda0da8b9ef32d4ac36961bb5345988ca502c357 (patch) | |
tree | 9c6f60cc85d47ff222e0ca85bcc12d4bf323def8 /Source/cmConfigureFileCommand.h | |
parent | d23d268e39a202d5cd9e62c9d4dbaf875dedb333 (diff) | |
download | CMake-dda0da8b9ef32d4ac36961bb5345988ca502c357.zip CMake-dda0da8b9ef32d4ac36961bb5345988ca502c357.tar.gz CMake-dda0da8b9ef32d4ac36961bb5345988ca502c357.tar.bz2 |
Fix typo in cmConfigureFileCommand ivar name
Rename 'OuputFile' to 'OutputFile'.
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 b65ced1..9e22897 100644 --- a/Source/cmConfigureFileCommand.h +++ b/Source/cmConfigureFileCommand.h @@ -86,7 +86,7 @@ private: int ConfigureFile(); std::string InputFile; - std::string OuputFile; + std::string OutputFile; bool CopyOnly; bool EscapeQuotes; bool Immediate; |