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/cmFindBase.cxx | |
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/cmFindBase.cxx')
-rw-r--r-- | Source/cmFindBase.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/cmFindBase.cxx b/Source/cmFindBase.cxx index 417cdd2..7069386 100644 --- a/Source/cmFindBase.cxx +++ b/Source/cmFindBase.cxx @@ -225,8 +225,8 @@ void cmFindBase::FillCMakeVariablePath() { cmSearchPath& paths = this->LabeledPaths[PathLabel::CMake]; - // Add CMake varibles of the same name as the previous environment - // varibles CMAKE_*_PATH to be used most of the time with -D + // Add CMake variables of the same name as the previous environment + // variables CMAKE_*_PATH to be used most of the time with -D // command line options std::string var = "CMAKE_"; var += this->CMakePathName; |