Skip to content

Commit

Permalink
typos
Browse files Browse the repository at this point in the history
  • Loading branch information
spaette authored and dainnilsson committed Jan 9, 2024
1 parent ed4db4b commit da97823
Show file tree
Hide file tree
Showing 10 changed files with 16 additions and 16 deletions.
6 changes: 3 additions & 3 deletions NEWS
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
** Bugfix: Show firmware version for YubiKey NEO correctly
** Windows: Show correct version number in .msi installers
** macOS: Fix issue with window positioning
** macOS: Fix occacional crashes on startup
** macOS: Fix occasional crashes on startup
** Linux: Fix the app icon and desktop entry for the Snap package.

* Version 5.0.3 (released 2020-04-14)
Expand Down Expand Up @@ -113,7 +113,7 @@ to uninstall the older version before using the .msi
** Feature: Select favorite credentials, available from the System Tray/Menu Bar
** Show some information about the connected YubiKey, such as firmware version and serial number
** Add experimental support for external smart card readers, enabling the use of a YubiKey over NFC
** Add initial accessability support
** Add initial accessibility support

* Version 4.3.6b (released 2019-06-11)
** Fixes problem where YubiKey was not being detected on macOS.
Expand Down Expand Up @@ -238,7 +238,7 @@ to uninstall the older version before using the .msi

* Version 4.0.1 (released 2017-03-27)
** Bugfix: Follow color schemes better.
** Removed some spacing thath caused the layout to be slightly off.
** Removed some spacing that caused the layout to be slightly off.
** Improved focus switching between search bar and credentials.
** Added keyboard shortcut (Ctrl/Cmd + F) for focus on the search bar.
** Select the top credential during search.
Expand Down
2 changes: 1 addition & 1 deletion doc/Development.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ Make sure the http://www.swig.org/[swig] executable is in your PATH.

$ sudo apt install swig libu2f-udev pcscd libpcsclite-dev

==== Linux (RPM-based distributons)
==== Linux (RPM-based distributions)

# Tested on Fedora 34
$ sudo dnf install pcsc-lite-devel python3-devel swig
Expand Down
2 changes: 1 addition & 1 deletion helper/authenticator-helper.spec
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ a = Analysis(
pyz = PYZ(a.pure, a.zipped_data, cipher=block_cipher)

target_arch = None
# MacOS: If the running Python process is "universal", build a univeral2 binary.
# MacOS: If the running Python process is "universal", build a universal2 binary.
if sys.platform == "darwin":
r = subprocess.run(['lipo', '-archs', sys.executable], capture_output=True).stdout
if b"x86_64" in r and b"arm64" in r:
Expand Down
2 changes: 1 addition & 1 deletion lib/app/views/app_failure_page.dart
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ class AppFailurePage extends ConsumerWidget {

Widget? graphic =
Icon(Icons.error, size: 96, color: Theme.of(context).colorScheme.error);
String? header = l10n.l_error_occured;
String? header = l10n.l_error_occurred;
String? message = reason.toString();
List<Widget> actions = [];

Expand Down
2 changes: 1 addition & 1 deletion lib/l10n/app_de.arb
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@
"s_yk_not_recognized": "Geräte nicht erkannt",

"@_general_errors": {},
"l_error_occured": "Es ist ein Fehler aufgetreten",
"l_error_occurred": "Es ist ein Fehler aufgetreten",
"s_application_error": "Anwendungs-Fehler",
"l_import_error": "Import-Fehler",
"l_file_not_found": "Datei nicht gefunden",
Expand Down
6 changes: 3 additions & 3 deletions lib/l10n/app_en.arb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

"@_readme": {
"notes": [
"All strings start with a Captial letter.",
"All strings start with a Capital letter.",
"Group strings by category, but don't needlessly tie them to a section of the app if they can be re-used between several.",
"Run check_strings.py on the .arb file to detect problems, tweak @_lint_rules as needed per language."
],
Expand Down Expand Up @@ -184,7 +184,7 @@
"s_yk_not_recognized": "Device not recognized",

"@_general_errors": {},
"l_error_occured": "An error has occured",
"l_error_occurred": "An error has occurred",
"s_application_error": "Application error",
"l_import_error": "Import error",
"l_file_not_found": "File not found",
Expand Down Expand Up @@ -485,7 +485,7 @@
"l_generating_private_key": "Generating private key\u2026",
"s_private_key_generated": "Private key generated",
"p_warning_delete_certificate": "Warning! This action will delete the certificate from your YubiKey.",
"q_delete_certificate_confirm": "Delete the certficate in PIV slot {slot}?",
"q_delete_certificate_confirm": "Delete the certificate in PIV slot {slot}?",
"@q_delete_certificate_confirm": {
"placeholders": {
"slot": {}
Expand Down
2 changes: 1 addition & 1 deletion lib/l10n/app_fr.arb
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@
"s_yk_not_recognized": "Appareil non reconnu",

"@_general_errors": {},
"l_error_occured": "Une erreur est survenue",
"l_error_occurred": "Une erreur est survenue",
"s_application_error": "Erreur d'application",
"l_import_error": "Erreur d'importation",
"l_file_not_found": "Fichier non trouvé",
Expand Down
4 changes: 2 additions & 2 deletions lib/l10n/app_ja.arb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

"@_readme": {
"notes": [
"All strings start with a Captial letter.",
"All strings start with a Capital letter.",
"Group strings by category, but don't needlessly tie them to a section of the app if they can be re-used between several.",
"Run check_strings.py on the .arb file to detect problems, tweak @_lint_rules as needed per language."
],
Expand Down Expand Up @@ -184,7 +184,7 @@
"s_yk_not_recognized": "デバイスが認識されない",

"@_general_errors": {},
"l_error_occured": "エラーが発生しました",
"l_error_occurred": "エラーが発生しました",
"s_application_error": "アプリケーションエラー",
"l_import_error": "インポートエラー",
"l_file_not_found": "ファイルが見つかりません",
Expand Down
4 changes: 2 additions & 2 deletions lib/l10n/app_pl.arb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

"@_readme": {
"notes": [
"All strings start with a Captial letter.",
"All strings start with a Capital letter.",
"Group strings by category, but don't needlessly tie them to a section of the app if they can be re-used between several.",
"Run check_strings.py on the .arb file to detect problems, tweak @_lint_rules as needed per language."
],
Expand Down Expand Up @@ -184,7 +184,7 @@
"s_yk_not_recognized": "Urządzenie nie rozpoznane",

"@_general_errors": {},
"l_error_occured": "Wystąpił błąd",
"l_error_occurred": "Wystąpił błąd",
"s_application_error": "Błąd funkcji",
"l_import_error": "Błąd importowania",
"l_file_not_found": "Nie odnaleziono pliku",
Expand Down
2 changes: 1 addition & 1 deletion windows/runner/win32_window.h
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ class Win32Window {
// OS callback called by message pump. Handles the WM_NCCREATE message which
// is passed when the non-client area is being created and enables automatic
// non-client DPI scaling so that the non-client area automatically
// responsponds to changes in DPI. All other messages are handled by
// responds to changes in DPI. All other messages are handled by
// MessageHandler.
static LRESULT CALLBACK WndProc(HWND const window,
UINT const message,
Expand Down

0 comments on commit da97823

Please sign in to comment.