Browse Source

Correct a typo in cmFileCommand.cxx

Felix Yan 5 years ago
parent
commit
5dd710286f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Source/cmFileCommand.cxx

+ 1 - 1
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;