Fix typos in warnings, docstrings, comments and text files (#123597)

This commit is contained in:
abstractee 2024-09-03 01:20:40 +01:00 committed by GitHub
parent 33b790978d
commit 1f4a49ea53
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 8 additions and 8 deletions

View file

@ -914,7 +914,7 @@ def RemoveKeybindings(self):
def ApplyKeybindings(self):
"""Apply the virtual, configurable keybindings.
Alse update hotkeys to current keyset.
Also update hotkeys to current keyset.
"""
# Called from configdialog.activate_config_changes.
self.mainmenu.default_keydefs = keydefs = idleConf.GetCurrentKeySet()