diff options
author | Josef Angstenberger <code@jtxa.de> | 2021-05-06 19:11:40 (GMT) |
---|---|---|
committer | Josef Angstenberger <code@jtxa.de> | 2021-05-07 15:00:13 (GMT) |
commit | 6dd719a4a51be02a5fa870f94743807ac856d10d (patch) | |
tree | 070b362ff638a32321aa24f01f12a2e2ba724599 /Utilities/Sphinx | |
parent | eaa860162c5c618833e19a66b36b1ee895a648a3 (diff) | |
download | CMake-6dd719a4a51be02a5fa870f94743807ac856d10d.zip CMake-6dd719a4a51be02a5fa870f94743807ac856d10d.tar.gz CMake-6dd719a4a51be02a5fa870f94743807ac856d10d.tar.bz2 |
Utilities: Fix typos and spelling in comments
Diffstat (limited to 'Utilities/Sphinx')
-rw-r--r-- | Utilities/Sphinx/cmake.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Utilities/Sphinx/cmake.py b/Utilities/Sphinx/cmake.py index ece4bf5..9fa56cd 100644 --- a/Utilities/Sphinx/cmake.py +++ b/Utilities/Sphinx/cmake.py @@ -20,7 +20,7 @@ from pygments.lexer import bygroups # - [\.\+-] are needed for string constants like gtk+-2.0 # - Unix paths are recognized by '/'; support for Windows paths may be added if needed # - (\\.) allows for \-escapes (used in manual/cmake-language.7) -# - $<..$<..$>..> nested occurence in cmake-buildsystem +# - $<..$<..$>..> nested occurrence in cmake-buildsystem # - Nested variable evaluations are only supported in a limited capacity. Only # one level of nesting is supported and at most one nested variable can be present. |