diff options
author | Raffi Enficiaud <raffi.enficiaud@mines-paris.org> | 2015-09-11 15:31:01 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2015-09-17 19:30:07 (GMT) |
commit | 81b748ae1d57dacc9db98e74b23c9215f29b09ac (patch) | |
tree | 548adef934a52c29ad8d48fd1fcba1b89f87bddb /Source/cmGeneratedFileStream.h | |
parent | 8e8824149fb6525f1a6da5f9c825a67765ce240b (diff) | |
download | CMake-81b748ae1d57dacc9db98e74b23c9215f29b09ac.zip CMake-81b748ae1d57dacc9db98e74b23c9215f29b09ac.tar.gz CMake-81b748ae1d57dacc9db98e74b23c9215f29b09ac.tar.bz2 |
cmGeneratedFileStream: Fix spelling in comment
s/destionation/destination/
Diffstat (limited to 'Source/cmGeneratedFileStream.h')
-rw-r--r-- | Source/cmGeneratedFileStream.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/cmGeneratedFileStream.h b/Source/cmGeneratedFileStream.h index 2aa6beb..8df3e1a 100644 --- a/Source/cmGeneratedFileStream.h +++ b/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; }; |