diff options
author | Felix Geyer <debfx@fobos.de> | 2016-07-10 09:05:56 (GMT) |
---|---|---|
committer | Felix Geyer <debfx@fobos.de> | 2016-07-10 09:05:56 (GMT) |
commit | 566086187f21aef0686f0f21e97d06e93a205db8 (patch) | |
tree | 483e4ac5c9f16a2487dd67880618f8ae5cb3ddd2 /Source/cmLocalGenerator.cxx | |
parent | 03a50961f338462acc65db876c59e0045f0754d9 (diff) | |
download | CMake-566086187f21aef0686f0f21e97d06e93a205db8.zip CMake-566086187f21aef0686f0f21e97d06e93a205db8.tar.gz CMake-566086187f21aef0686f0f21e97d06e93a205db8.tar.bz2 |
Fix typos.
Diffstat (limited to 'Source/cmLocalGenerator.cxx')
-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()); } |