summaryrefslogtreecommitdiffstats
path: root/CMakeScripts
diff options
context:
space:
mode:
authorluzpaz <luzpaz@users.noreply.github.com>2017-12-01 18:07:34 +0000
committerluzpaz <kunda@scribus.net>2017-12-04 01:55:06 +0000
commiteb07ba085151be60d518ce6310a33e413d699a32 (patch)
tree4530b037a2c813960396a8125561620c0305589f /CMakeScripts
parentOptionaly measure only selected elements (diff)
downloadinkscape-eb07ba085151be60d518ce6310a33e413d699a32.tar.gz
inkscape-eb07ba085151be60d518ce6310a33e413d699a32.zip
Misc. typos
Please confirm typos in the following `doc/nr-filter-interface.txt` `share/symbols/BalloonSymbols.svg` .
Diffstat (limited to 'CMakeScripts')
-rwxr-xr-xCMakeScripts/cmake_consistency_check.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/CMakeScripts/cmake_consistency_check.py b/CMakeScripts/cmake_consistency_check.py
index 64419936b..0b26f05d6 100755
--- a/CMakeScripts/cmake_consistency_check.py
+++ b/CMakeScripts/cmake_consistency_check.py
@@ -280,7 +280,7 @@ def main():
ignore_used = [False] * len(IGNORE)
# now check on files not accounted for.
- print("\nC/C++ Files CMake doesnt know about...")
+ print("\nC/C++ Files CMake does not know about...")
for cf in sorted(source_list(SOURCE_DIR, is_c)):
if not is_ignore(cf, ignore_used):
if cf not in global_c:
@@ -297,7 +297,7 @@ def main():
print("bad_c: ", cf)
'''
- print("\nC/C++ Headers CMake doesnt know about...")
+ print("\nC/C++ Headers CMake does not know about...")
for hf in sorted(source_list(SOURCE_DIR, is_c_header)):
if not is_ignore(hf, ignore_used):
if hf not in global_h: