diff options
author | luz.paz <luzpaz@users.noreply.github.com> | 2018-02-08 11:27:21 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2018-02-13 16:24:30 (GMT) |
commit | 193082a3c803a6418f0f1b5976dc34a91cf30805 (patch) | |
tree | 3ffb9f4c7ba816ab7ea3346c799f409b2f914f2f /Source/cmRulePlaceholderExpander.h | |
parent | 1da3f3e916de5ac6e64b473575d02bb3d358fc76 (diff) | |
download | CMake-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/cmRulePlaceholderExpander.h')
-rw-r--r-- | Source/cmRulePlaceholderExpander.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmRulePlaceholderExpander.h b/Source/cmRulePlaceholderExpander.h index 7b19210..a7d8cee 100644 --- a/Source/cmRulePlaceholderExpander.h +++ b/Source/cmRulePlaceholderExpander.h @@ -24,7 +24,7 @@ public: this->TargetImpLib = targetImpLib; } - // Create a struct to hold the varibles passed into + // Create a struct to hold the variables passed into // ExpandRuleVariables struct RuleVariables { |