summaryrefslogtreecommitdiff
path: root/Source
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2016-07-13 09:26:30 -0400
committerCMake Topic Stage <kwrobot@kitware.com>2016-07-13 09:26:30 -0400
commit43875ca59ce4084bd1bd857e4d3e1c18b682a466 (patch)
tree0b57b458dadd90670d8d82e03d2610ea01808c6c /Source
parent056db896e396b7fb15d8f813ad1989c67c6f623f (diff)
parent566086187f21aef0686f0f21e97d06e93a205db8 (diff)
downloadcmake-43875ca59ce4084bd1bd857e4d3e1c18b682a466.tar.gz
Merge topic 'cmake-spelling'
56608618 Fix typos.
Diffstat (limited to 'Source')
-rw-r--r--Source/cmLocalGenerator.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmLocalGenerator.cxx b/Source/cmLocalGenerator.cxx
index ff767e644f..2f29791631 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());
}