summaryrefslogtreecommitdiff
path: root/alot/ui.py
diff options
context:
space:
mode:
Diffstat (limited to 'alot/ui.py')
-rw-r--r--alot/ui.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/alot/ui.py b/alot/ui.py
index da15cb37..c97f2fc1 100644
--- a/alot/ui.py
+++ b/alot/ui.py
@@ -262,7 +262,7 @@ class UI(object):
"""
Called by :class:`urwid.MainLoop` if a keypress was passed to the root
widget by `self._input_filter` but is not handled in any widget. We
- keep it for debuging purposes.
+ keep it for debugging purposes.
"""
logging.debug('unhandled input: %s', key)