summaryrefslogtreecommitdiffstats
path: root/Source
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2020-08-07 15:03:07 (GMT)
committerKitware Robot <kwrobot@kitware.com>2020-08-07 15:03:15 (GMT)
commite80840da14e34023dfbc2080de66f97d0e94b000 (patch)
tree88b35ef3df045983ab77b5440e2e717a9380d6df /Source
parentac4e9e10db372ca3d243c5c31f0a5a16fe25d2e3 (diff)
parent5dd710286fc96519c69471451a1d72d5cb1818f2 (diff)
downloadCMake-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.cxx2
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;