diff options
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; |