From fa71a918322a1ef134f6812bcf4f1a809255d484 Mon Sep 17 00:00:00 2001 From: luz paz Date: Thu, 20 Nov 2025 12:50:54 +0000 Subject: [PATCH 1/2] Fix various typos Fixes various source documentation and source comment typos. Found via: `codespell -S "*.svg,*.pdf,*.po,*.pot,*.ts,*.ps,*.eps,./share/tutorials,./src/libavoid,./packaging/win32/languages,./man,./src/2geom,./share,./src/3rdparty,./doc/ChangeLog*" -L accout,andler,ba,beginin,bord,boxe,childrens,childs,clen,doub,doubleclick,ege,filetest,glight,haa,indexin,inpt,interm,ist,lew,meshe,parth,rady,ressize,ro,spile,theres,totalin,upto,yur` --- CONTRIBUTING.md | 2 +- buildtools/media-check-icons.py | 2 +- buildtools/media-check-ui.py | 4 ++-- packaging/wix/WIX.template.in | 2 +- src/desktop-style.cpp | 2 +- src/desktop.cpp | 2 +- src/document-undo.cpp | 2 +- src/document.cpp | 6 +++--- src/document.h | 2 +- src/filter-chemistry.h | 2 +- src/gradient-chemistry.h | 2 +- src/grid-snapper.cpp | 2 +- src/grid-snapper.h | 2 +- testfiles/cli_tests/CMakeLists.txt | 8 ++++---- testfiles/cli_tests/get-pages.py | 2 +- testfiles/compare-paths-test.h | 16 ++++++++-------- testfiles/lpe_tests/README | 6 +++--- testfiles/rendering_tests/fonts/LICENSES | 2 +- testfiles/src/colors/spaces-testbase.h | 6 +++--- testfiles/src/geom-pathstroke-test.cpp | 2 +- testfiles/src/object-colors-test.cpp | 2 +- testfiles/src/util-test.cpp | 2 +- testfiles/utils/functions.sh | 2 +- 23 files changed, 40 insertions(+), 40 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 5bfcb9680c..1a148627f0 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -111,7 +111,7 @@ on the local clone of your fork. Make your changes (the bugfix) and commit them. Find more information in the [GitLab documentation](https://docs.gitlab.com/topics/git/branch/). -### Commiting changes +### Committing changes Make the changes and `git commit` them. diff --git a/buildtools/media-check-icons.py b/buildtools/media-check-icons.py index dfbb0e3a7c..0aa8ade0a9 100755 --- a/buildtools/media-check-icons.py +++ b/buildtools/media-check-icons.py @@ -154,7 +154,7 @@ def find_errors_in(themes): bad_symbolic.append(os.path.join(orig, fname)) continue else: - # Make filenames consistant for comparison + # Make filenames consistent for comparison fname = fname.replace('-symbolic.svg', '.svg') elif kind == "scalable" and fname.endswith('-symbolic.svg'): bad_scalable.append(os.path.join(orig, fname)) diff --git a/buildtools/media-check-ui.py b/buildtools/media-check-ui.py index 2a6afa7156..fd2fadd97c 100755 --- a/buildtools/media-check-ui.py +++ b/buildtools/media-check-ui.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # SPDX-License-Identifier: GPL-2.0-or-later -# UI Policy consistancy +# UI Policy consistency # # Author: Martin Owens # Licensed under GPL version 2 or any later version, read the file "COPYING" for more information. @@ -112,7 +112,7 @@ class PolicyCheckerToolbars(PolicyChecker): ignore = ['toolbar-commands.ui', 'toolbar-tool-prefs.ui'] errors = { 'button-focus1': ("Button Takes Focus", "A toolbar button can have focus and will take that focus when clicked. Add focus-on-click=False to fix this."), - 'button-focus2': ("Button Refuses Focus", "A toolbar button is refusing focus, which makes it inaccessable to keyboard navigation. Remove focusable=False"), + 'button-focus2': ("Button Refuses Focus", "A toolbar button is refusing focus, which makes it inaccessible to keyboard navigation. Remove focusable=False"), 'entry-focus': ("Entry Refuses Focus", "A toolbar entry doesn't allow itself to be in focus, stopping text from being entered. Change focusable to True and focus-on-click to True (or remove them)"), } diff --git a/packaging/wix/WIX.template.in b/packaging/wix/WIX.template.in index dd137e2493..df0e943dc7 100644 --- a/packaging/wix/WIX.template.in +++ b/packaging/wix/WIX.template.in @@ -194,7 +194,7 @@ CMake was initially developed by Kitware with the following sponsorship: