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 /Tests/ComplexOneConfig/Cache | |
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 'Tests/ComplexOneConfig/Cache')
-rw-r--r-- | Tests/ComplexOneConfig/Cache/CMakeCache.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Tests/ComplexOneConfig/Cache/CMakeCache.txt b/Tests/ComplexOneConfig/Cache/CMakeCache.txt index 17c55aa..727faa2 100644 --- a/Tests/ComplexOneConfig/Cache/CMakeCache.txt +++ b/Tests/ComplexOneConfig/Cache/CMakeCache.txt @@ -5,7 +5,7 @@ # If you do want to change a value, simply edit, save, and exit the editor. # The syntax for the file is as follows: # KEY:TYPE=VALUE -# KEY is the name of a varible in the cache. +# KEY is the name of a variable in the cache. # TYPE is a hint to GUI's for the type of VALUE, DO NOT EDIT TYPE!. # VALUE is the current value for the KEY. |