From ed0366b34361ec8afdb6c84132fac7a5dee7d365 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Mon, 29 Aug 2011 14:11:16 -0600 Subject: [PATCH] ... --- src/calibre/gui2/keyboard.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/calibre/gui2/keyboard.py b/src/calibre/gui2/keyboard.py index cf9272b932..b40845d61a 100644 --- a/src/calibre/gui2/keyboard.py +++ b/src/calibre/gui2/keyboard.py @@ -113,7 +113,7 @@ class Manager(QObject): # {{{ def unregister_shortcut(self, unique_name): ''' Remove a registered shortcut. You need to call finalize() after you are - don unregistering. + done unregistering. ''' self.shortcuts.pop(unique_name, None)