fix: typo in debug log for hotkeys (#4997)

This commit is contained in:
pajlada 2023-12-02 13:35:55 +01:00 committed by GitHub
parent c4c94473ae
commit 0fd4e8ffd6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -56,7 +56,7 @@ std::vector<QShortcut *> HotkeyController::shortcutsForCategory(
{
qCDebug(chatterinoHotkeys)
<< qPrintable(parent->objectName())
<< "Unimplemeneted hotkey action:" << hotkey->action() << "in "
<< "Unimplemented hotkey action:" << hotkey->action() << "in"
<< hotkey->getCategory();
continue;
}