From 9b5e11e25c5c3cc4d4631a06a1f67c9fd5ba68ff Mon Sep 17 00:00:00 2001 From: Jah-yee <166608075+Jah-yee@users.noreply.github.com> Date: Sat, 27 Jun 2026 10:52:17 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20correct=20Sucessfully=E2=86=92Successful?= =?UTF-8?q?ly=20typo=20in=20menu.py=20(log=20message)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- scc/osd/menu.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scc/osd/menu.py b/scc/osd/menu.py index 2a087ecb0..6ee790a0c 100644 --- a/scc/osd/menu.py +++ b/scc/osd/menu.py @@ -413,7 +413,7 @@ def use_controller(self, controller): def lock_inputs(self): def success(*a): - log.error("Sucessfully locked input") + log.error("Successfully locked input") locks = [ self._control_with, self._confirm_with, self._cancel_with ] if self._control_with == "STICK": if self.controller.get_flags() & ControllerFlags.HAS_DPAD != 0: