From 737c9ea7ab832f91ff4ef2b879c9c8351d04c0df Mon Sep 17 00:00:00 2001 From: "David C. Drake" Date: Mon, 16 Sep 2024 00:54:58 -0600 Subject: [PATCH] Fix typo in prefs.js: "winow" -> "window" --- src/prefs.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/prefs.js b/src/prefs.js index 2d2c479..cd321e5 100644 --- a/src/prefs.js +++ b/src/prefs.js @@ -394,7 +394,7 @@ export default class CoverflowAltTabPreferences extends ExtensionPreferences { description: _("Internal actions that will not conflict with other window switchers.") }); keybinding_page.add(custom_keybinding_pref_group); - custom_keybinding_pref_group.add(buildShortcutButtonAdw(settings, "coverflow-switch-windows", _("Coverflow Switch Windows Shortcut"), _("Activate winow switcher."))); + custom_keybinding_pref_group.add(buildShortcutButtonAdw(settings, "coverflow-switch-windows", _("Coverflow Switch Windows Shortcut"), _("Activate window switcher."))); custom_keybinding_pref_group.add(buildShortcutButtonAdw(settings, "coverflow-switch-applications", _("Coverflow Switch Applications Shortcut"), _("Activate application switcher."))); let pcorrection_pref_group = new Adw.PreferencesGroup({