cmGeneratedFileStream: Fix spelling in comment
s/destionation/destination/
This commit is contained in:
parent
8e8824149f
commit
81b748ae1d
|
@ -56,10 +56,10 @@ protected:
|
||||||
// Whether the real file stream was valid when it was closed.
|
// Whether the real file stream was valid when it was closed.
|
||||||
bool Okay;
|
bool Okay;
|
||||||
|
|
||||||
// Whether the destionation file is compressed
|
// Whether the destination file is compressed
|
||||||
bool Compress;
|
bool Compress;
|
||||||
|
|
||||||
// Whether the destionation file is compressed
|
// Whether the destination file is compressed
|
||||||
bool CompressExtraExtension;
|
bool CompressExtraExtension;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue