We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a279946 commit 918f912Copy full SHA for 918f912
src/willow1_mod_menu/options.py
@@ -79,7 +79,7 @@ def create_keybinds_menu(menu: WillowGFxMenu) -> None:
79
from .populators.options import OptionPopulator # noqa: E402
80
81
# Weirdly, we need to perform a delayed init once, the very first time you open a generic menu
82
-# screen after starting the frontend. On subsequent calls we can initalize immediately, and we can
+# screen after starting the frontend. On subsequent calls we can initialize immediately, and we can
83
# always do so from the pause menu. This tracks that.
84
needs_delayed_init = False
85
0 commit comments