diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 5bfcb9680c6798219a732200b5088f481b2a6fb1..1a148627f0c7f0b82ce84994c806e9947ae8467f 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 dfbb0e3a7cd311938b7eb331e1d81d510805e9bf..0aa8ade0a9ea08725febdf35aa5dd5994274d1c3 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 2a6afa715662b0e3040ffd84b78e0e327df58275..fd2fadd97c393ff9281123e7c9c8cebcf1144ede 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 dd137e2493f94a72e0536348e66b76afd6665c72..df0e943dc7a2d780482e78477fa8e994287af973 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: