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

cmGeneratedFileStream: Fix spelling in comment

s/destionation/destination/
Raffi Enficiaud 10 лет назад
Родитель
Сommit
81b748ae1d
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      Source/cmGeneratedFileStream.h

+ 2 - 2
Source/cmGeneratedFileStream.h

@@ -56,10 +56,10 @@ protected:
   // Whether the real file stream was valid when it was closed.
   bool Okay;
 
-  // Whether the destionation file is compressed
+  // Whether the destination file is compressed
   bool Compress;
 
-  // Whether the destionation file is compressed
+  // Whether the destination file is compressed
   bool CompressExtraExtension;
 };