summaryrefslogtreecommitdiffstats
path: root/Source/cmLocalGenerator.cxx
diff options
context:
space:
mode:
authorFelix Geyer <debfx@fobos.de>2016-07-10 09:05:56 (GMT)
committerFelix Geyer <debfx@fobos.de>2016-07-10 09:05:56 (GMT)
commit566086187f21aef0686f0f21e97d06e93a205db8 (patch)
tree483e4ac5c9f16a2487dd67880618f8ae5cb3ddd2 /Source/cmLocalGenerator.cxx
parent03a50961f338462acc65db876c59e0045f0754d9 (diff)
downloadCMake-566086187f21aef0686f0f21e97d06e93a205db8.zip
CMake-566086187f21aef0686f0f21e97d06e93a205db8.tar.gz
CMake-566086187f21aef0686f0f21e97d06e93a205db8.tar.bz2
Fix typos.
Diffstat (limited to 'Source/cmLocalGenerator.cxx')
-rw-r--r--Source/cmLocalGenerator.cxx2
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());
}