Spelling fix

This commit is contained in:
Florian Bruhin 2014-10-06 22:23:27 +02:00
parent a19b6bf563
commit 12bbce2914

View File

@ -46,7 +46,7 @@ class NotInModeError(Exception):
def init(win_id, parent):
"""Inizialize the mode manager and the keyparsers for the given win_id."""
"""Initialize the mode manager and the keyparsers for the given win_id."""
KM = usertypes.KeyMode # pylint: disable=invalid-name
modeman = ModeManager(win_id, parent)
objreg.register('mode-manager', modeman, scope='window', window=win_id)