summaryrefslogtreecommitdiffstats
path: root/Source/cmGeneratedFileStream.h
diff options
context:
space:
mode:
authorRaffi Enficiaud <raffi.enficiaud@mines-paris.org>2015-09-11 15:31:01 (GMT)
committerBrad King <brad.king@kitware.com>2015-09-17 19:30:07 (GMT)
commit81b748ae1d57dacc9db98e74b23c9215f29b09ac (patch)
tree548adef934a52c29ad8d48fd1fcba1b89f87bddb /Source/cmGeneratedFileStream.h
parent8e8824149fb6525f1a6da5f9c825a67765ce240b (diff)
downloadCMake-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.h4
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;
};