From 0fd4e8ffd60a969d6f3ae2d77ca95c21138f0141 Mon Sep 17 00:00:00 2001 From: pajlada Date: Sat, 2 Dec 2023 13:35:55 +0100 Subject: [PATCH] fix: typo in debug log for hotkeys (#4997) --- src/controllers/hotkeys/HotkeyController.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/controllers/hotkeys/HotkeyController.cpp b/src/controllers/hotkeys/HotkeyController.cpp index 0fc85f97..ea618d99 100644 --- a/src/controllers/hotkeys/HotkeyController.cpp +++ b/src/controllers/hotkeys/HotkeyController.cpp @@ -56,7 +56,7 @@ std::vector HotkeyController::shortcutsForCategory( { qCDebug(chatterinoHotkeys) << qPrintable(parent->objectName()) - << "Unimplemeneted hotkey action:" << hotkey->action() << "in " + << "Unimplemented hotkey action:" << hotkey->action() << "in" << hotkey->getCategory(); continue; }