summaryrefslogtreecommitdiffstats
path: root/Source/cmTarget.cxx
diff options
context:
space:
mode:
authorluz.paz <luzpaz@users.noreply.github.com>2018-02-08 11:27:21 (GMT)
committerBrad King <brad.king@kitware.com>2018-02-13 16:24:30 (GMT)
commit193082a3c803a6418f0f1b5976dc34a91cf30805 (patch)
tree3ffb9f4c7ba816ab7ea3346c799f409b2f914f2f /Source/cmTarget.cxx
parent1da3f3e916de5ac6e64b473575d02bb3d358fc76 (diff)
downloadCMake-193082a3c803a6418f0f1b5976dc34a91cf30805.zip
CMake-193082a3c803a6418f0f1b5976dc34a91cf30805.tar.gz
CMake-193082a3c803a6418f0f1b5976dc34a91cf30805.tar.bz2
MAINT: Misc. typos
Found via `codespell -q 3 -I ../cmake-whitelist.txt`.
Diffstat (limited to 'Source/cmTarget.cxx')
-rw-r--r--Source/cmTarget.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmTarget.cxx b/Source/cmTarget.cxx
index cd11c4b..734ac93 100644
--- a/Source/cmTarget.cxx
+++ b/Source/cmTarget.cxx
@@ -509,7 +509,7 @@ std::string cmTarget::ProcessSourceItemCMP0049(const std::string& s)
{
std::string src = s;
- // For backwards compatibility replace varibles in source names.
+ // For backwards compatibility replace variables in source names.
// This should eventually be removed.
this->Makefile->ExpandVariablesInString(src);
if (src != s) {