From 5dd710286fc96519c69471451a1d72d5cb1818f2 Mon Sep 17 00:00:00 2001 From: Felix Yan Date: Thu, 6 Aug 2020 10:25:51 -0400 Subject: Correct a typo in cmFileCommand.cxx --- Source/cmFileCommand.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 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; -- cgit v0.12