Просмотр исходного кода

Merge topic 'cmFileCommand-typo'

5dd710286f Correct a typo in cmFileCommand.cxx

Acked-by: Kitware Robot <[email protected]>
Merge-request: !5106
Brad King 5 лет назад
Родитель
Сommit
e80840da14
1 измененных файлов с 1 добавлено и 1 удалено
  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;