diff options
author | Brad King <brad.king@kitware.com> | 2020-08-07 15:03:07 (GMT) |
---|---|---|
committer | Kitware Robot <kwrobot@kitware.com> | 2020-08-07 15:03:15 (GMT) |
commit | e80840da14e34023dfbc2080de66f97d0e94b000 (patch) | |
tree | 88b35ef3df045983ab77b5440e2e717a9380d6df /Source | |
parent | ac4e9e10db372ca3d243c5c31f0a5a16fe25d2e3 (diff) | |
parent | 5dd710286fc96519c69471451a1d72d5cb1818f2 (diff) | |
download | CMake-e80840da14e34023dfbc2080de66f97d0e94b000.zip CMake-e80840da14e34023dfbc2080de66f97d0e94b000.tar.gz CMake-e80840da14e34023dfbc2080de66f97d0e94b000.tar.bz2 |
Merge topic 'cmFileCommand-typo'
5dd710286f Correct a typo in cmFileCommand.cxx
Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !5106
Diffstat (limited to 'Source')
-rw-r--r-- | Source/cmFileCommand.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmFileCommand.cxx b/Source/cmFileCommand.cxx index 9db8b85..8d20d35 100644 --- a/Source/cmFileCommand.cxx +++ b/Source/cmFileCommand.cxx @@ -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; |