diff options
| author | Alexander Seiler <seileralex@gmail.com> | 2023-03-26 03:49:21 +0200 |
|---|---|---|
| committer | Oskar Nyberg <3668602+raksooo@users.noreply.github.com> | 2023-03-27 14:08:15 +0000 |
| commit | a7f820aedc61a7c1cc9e857b21dc45c8dcf20f93 (patch) | |
| tree | d440fa99e7bbb869a3b5c65fb0957380dd53c792 /gui/scripts | |
| parent | ddbf915cd7377a2a7900e6b63fc035d1db1c83fc (diff) | |
| download | mullvadvpn-a7f820aedc61a7c1cc9e857b21dc45c8dcf20f93.tar.xz mullvadvpn-a7f820aedc61a7c1cc9e857b21dc45c8dcf20f93.zip | |
Fix many typos
Signed-off-by: Alexander Seiler <seileralex@gmail.com>
Diffstat (limited to 'gui/scripts')
| -rwxr-xr-x | gui/scripts/build-logo-icons.sh | 4 | ||||
| -rwxr-xr-x | gui/scripts/extract-geo-data.py | 2 | ||||
| -rw-r--r-- | gui/scripts/integrate-into-app.py | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/gui/scripts/build-logo-icons.sh b/gui/scripts/build-logo-icons.sh index 7002d565ee..a1e30dd18b 100755 --- a/gui/scripts/build-logo-icons.sh +++ b/gui/scripts/build-logo-icons.sh @@ -4,13 +4,13 @@ # first if the source SVGs have been updated. More info about how to update them can be found in # the readme. # -# Icon guidlines for macOS: +# Icon guidelines for macOS: # https://developer.apple.com/design/human-interface-guidelines/macos/icons-and-images/app-icon/ # # Icon templates for macOS: # https://developer.apple.com/design/resources/ # -# Icon guidlines for Windows: +# Icon guidelines for Windows: # https://docs.microsoft.com/en-us/windows/uwp/design/style/app-icons-and-logos#target-size-app-icon-assets # https://docs.microsoft.com/en-us/windows/win32/uxguide/vis-icons diff --git a/gui/scripts/extract-geo-data.py b/gui/scripts/extract-geo-data.py index 5e9427bd35..7c6479f2a8 100755 --- a/gui/scripts/extract-geo-data.py +++ b/gui/scripts/extract-geo-data.py @@ -35,7 +35,7 @@ RELAY_LOCATIONS_PO_FILENAME = "relay-locations.po" # Custom locale mapping between the identifiers in the app and Natural Earth datasets LOCALE_MAPPING = { - # "zh" in Natural Earth Data referes to simplified chinese + # "zh" in Natural Earth Data refers to simplified chinese "zh-CN": "zh" } diff --git a/gui/scripts/integrate-into-app.py b/gui/scripts/integrate-into-app.py index 86eeff63fb..9cba7e8dd2 100644 --- a/gui/scripts/integrate-into-app.py +++ b/gui/scripts/integrate-into-app.py @@ -87,7 +87,7 @@ def merge_gettext_catalogues(existing_catalogue_file, generated_catalogue_file): "--output-file", existing_catalogue_file, - # ensure that the first occurence takes precedence in merge conflict + # ensure that the first occurrence takes precedence in merge conflict "--use-first", # sort by msgid |
