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: