diff options
| author | Marc Jeanmougin <marcjeanmougin@free.fr> | 2017-12-04 10:44:09 +0000 |
|---|---|---|
| committer | Marc Jeanmougin <marcjeanmougin@free.fr> | 2017-12-04 10:44:09 +0000 |
| commit | 4f1e34b47adaf4491bc56e0700235615904a1b1b (patch) | |
| tree | a84c0669ca92128484f6314aebb16792996aeb96 /CMakeScripts | |
| parent | Add canvas flipping/rotation reset to the menu, improve strings (diff) | |
| parent | Misc. typos (diff) | |
| download | inkscape-4f1e34b47adaf4491bc56e0700235615904a1b1b.tar.gz inkscape-4f1e34b47adaf4491bc56e0700235615904a1b1b.zip | |
Merge branch 'misc-typos' of gitlab.com:luzpaz/inkscape
Diffstat (limited to 'CMakeScripts')
| -rwxr-xr-x | CMakeScripts/cmake_consistency_check.py | 4 |
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: |
