mirror of
https://github.com/Kitware/CMake.git
synced 2025-10-17 15:32:10 +08:00
Fix trivial typos in text
Some are user facing. Found using codespell -q 3 --skip="./Utilities" -I .cmake-whitelist.txt` whereby the whitelist contained: ans dum helpfull emmited emmitted buil iff isnt nto ot pathes substract te todays upto whitespaces
This commit is contained in:
@@ -343,7 +343,7 @@ def __with_argument(node, value):
|
||||
|
||||
|
||||
def __preprocess_arguments(root):
|
||||
"""Preprocesses occurrances of Argument within the root.
|
||||
"""Preprocesses occurrences of Argument within the root.
|
||||
|
||||
Argument XML values reference other values within the document by name. The
|
||||
referenced value does not contain a switch. This function will add the
|
||||
|
Reference in New Issue
Block a user