mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-02 11:49:55 -06:00
cmGeneratedFileStream: Fix spelling in comment
s/destionation/destination/
This commit is contained in:
committed by
Brad King
parent
8e8824149f
commit
81b748ae1d
@@ -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;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user