mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-02 11:49:55 -06:00
Correct a typo in cmFileCommand.cxx
This commit is contained in:
@@ -2937,7 +2937,7 @@ bool HandleConfigureCommand(std::vector<std::string> const& args,
|
||||
}
|
||||
fout.SetCopyIfDifferent(true);
|
||||
|
||||
// copy intput to output and expand variables from input at the same time
|
||||
// copy input to output and expand variables from input at the same time
|
||||
std::stringstream sin(input, std::ios::in);
|
||||
std::string inLine;
|
||||
std::string outLine;
|
||||
|
||||
Reference in New Issue
Block a user