Skip to content

Commit 918f912

Browse files
committed
fix spelling
1 parent a279946 commit 918f912

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/willow1_mod_menu/options.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ def create_keybinds_menu(menu: WillowGFxMenu) -> None:
7979
from .populators.options import OptionPopulator # noqa: E402
8080

8181
# 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
82+
# screen after starting the frontend. On subsequent calls we can initialize immediately, and we can
8383
# always do so from the pause menu. This tracks that.
8484
needs_delayed_init = False
8585

0 commit comments

Comments
 (0)