diff options
author | Brad King <brad.king@kitware.com> | 2016-07-13 13:26:30 (GMT) |
---|---|---|
committer | CMake Topic Stage <kwrobot@kitware.com> | 2016-07-13 13:26:30 (GMT) |
commit | 43875ca59ce4084bd1bd857e4d3e1c18b682a466 (patch) | |
tree | 0b57b458dadd90670d8d82e03d2610ea01808c6c /Source | |
parent | 056db896e396b7fb15d8f813ad1989c67c6f623f (diff) | |
parent | 566086187f21aef0686f0f21e97d06e93a205db8 (diff) | |
download | CMake-43875ca59ce4084bd1bd857e4d3e1c18b682a466.zip CMake-43875ca59ce4084bd1bd857e4d3e1c18b682a466.tar.gz CMake-43875ca59ce4084bd1bd857e4d3e1c18b682a466.tar.bz2 |
Merge topic 'cmake-spelling'
56608618 Fix typos.
Diffstat (limited to 'Source')
-rw-r--r-- | Source/cmLocalGenerator.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmLocalGenerator.cxx b/Source/cmLocalGenerator.cxx index ff767e6..2f29791 100644 --- a/Source/cmLocalGenerator.cxx +++ b/Source/cmLocalGenerator.cxx @@ -1455,7 +1455,7 @@ void cmLocalGenerator::OutputLinkLibraries(std::string& linkLibraries, w << cmPolicies::GetPolicyWarning(cmPolicies::CMP0065) << "\n" "For compatibility with older versions of CMake, " "additional flags may be added to export symbols on all " - "executables regardless of thier ENABLE_EXPORTS property."; + "executables regardless of their ENABLE_EXPORTS property."; /* clang-format on */ this->IssueMessage(cmake::AUTHOR_WARNING, w.str()); } |