diff --git a/src/Gui/ShortcutManager.cpp b/src/Gui/ShortcutManager.cpp index a1f3f24658..510570b380 100644 --- a/src/Gui/ShortcutManager.cpp +++ b/src/Gui/ShortcutManager.cpp @@ -247,18 +247,18 @@ bool ShortcutManager::checkShortcut(QObject *o, const QKeySequence &key) // Qt's shortcut state machine favors shortest match (which is ridiculous, // unless I'm mistaken?). We'll do longest match. We've disabled all - // shortcuts that can match the current key sequence. Now reply the sequence + // shortcuts that can match the current key sequence. Now replay the sequence // and wait for the next keystroke. for (int i=0; i