diff --git a/CHANGELOG.md b/CHANGELOG.md index 00e6ed4..6fcfd3e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,7 +15,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [2.0.0] - 2023-06-17 -**First** oficial version of **Cavasik**. +**First** official version of **Cavasik**. ### Added @@ -28,7 +28,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - **FPS** configuration option. ### Changed -- Keyboard shorcuts (some removed, some added) +- Keyboard shortcuts (some removed, some added) ### Fixed - No fixes diff --git a/SUPPORT.md b/SUPPORT.md index c695eb2..e733401 100644 --- a/SUPPORT.md +++ b/SUPPORT.md @@ -20,7 +20,7 @@ Please **read** through the following **guidelines**. ## Issues [[↑][index]] If you are facing a **issue** or bug with the **Cavasik** application, you can **report it** through the [issues page][issues]. -In said page you can report from **bugs** to possible **enhacements**, so feel free to do so! +In said page you can report from **bugs** to possible **enhancements**, so feel free to do so! ## Discussions [[↑][index]] diff --git a/src/settings_import_export.py b/src/settings_import_export.py index 298aac2..e612a1e 100644 --- a/src/settings_import_export.py +++ b/src/settings_import_export.py @@ -18,7 +18,7 @@ def import_settings(window, path): subprocess.run(['gsettings', 'set', \ 'io.github.TheWisker.Cavasik', line.split(' ')[0], \ line.replace(line.split(' ')[0], '').strip()]) - toast_msg = _('Settings sucessfully imported') + toast_msg = _('Settings successfully imported') except Exception as e: print('Can\'t import settings from file: ' + path) diff --git a/utils/flatpak-pip-generator.py b/utils/flatpak-pip-generator.py index 3cacd94..3374749 100644 --- a/utils/flatpak-pip-generator.py +++ b/utils/flatpak-pip-generator.py @@ -175,7 +175,7 @@ def fprint(string: str) -> None: req_file.write('\n'.join(opts.packages)) requirements_file = req_file.name else: - exit('Please specifiy either packages or requirements file argument') + exit('Please specify either packages or requirements file argument') for i in packages: if i["name"].lower().startswith("pyqt"):