cmGeneratedFileStream: Fix spelling in comment

s/destionation/destination/
This commit is contained in:
Raffi Enficiaud 2015-09-11 17:31:01 +02:00 committed by Brad King
parent 8e8824149f
commit 81b748ae1d
1 changed files with 2 additions and 2 deletions

View File

@ -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;
};