diff options
author | Brad King <brad.king@kitware.com> | 2018-06-05 15:26:04 (GMT) |
---|---|---|
committer | Kitware Robot <kwrobot@kitware.com> | 2018-06-05 15:26:12 (GMT) |
commit | 8dbccd050c347dacbc4a40ace6253b0c61db86b6 (patch) | |
tree | 0a7a0a46eabcd0f7a469e64ee35f27e81bbc4634 /Source/cmGeneratedFileStream.h | |
parent | 054bc6a330316f96f1398fa511cd4a7bd66c89a6 (diff) | |
parent | be281068806891f725fa82583ffb97112872f618 (diff) | |
download | CMake-8dbccd050c347dacbc4a40ace6253b0c61db86b6.zip CMake-8dbccd050c347dacbc4a40ace6253b0c61db86b6.tar.gz CMake-8dbccd050c347dacbc4a40ace6253b0c61db86b6.tar.bz2 |
Merge topic 'more-misc-typos'
be28106880 Fix misc. typos
Acked-by: Kitware Robot <kwrobot@kitware.com>
Acked-by: Alex Turbov <i.zaufi@gmail.com>
Merge-request: !2130
Diffstat (limited to 'Source/cmGeneratedFileStream.h')
-rw-r--r-- | Source/cmGeneratedFileStream.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmGeneratedFileStream.h b/Source/cmGeneratedFileStream.h index 2b8056f..48f93c5 100644 --- a/Source/cmGeneratedFileStream.h +++ b/Source/cmGeneratedFileStream.h @@ -109,7 +109,7 @@ public: /** * Close the output file. This should be used only with an open * stream. The temporary file is atomically renamed to the - * destionation file if the stream is still valid when this method + * destination file if the stream is still valid when this method * is called. */ bool Close(); |