Skip to content

Commit

Permalink
Merge branch 'master' into chore/move-clang-tidy-to-its-own-ci-job
Browse files Browse the repository at this point in the history
  • Loading branch information
pajlada authored Dec 2, 2023
2 parents c0d59fb + 0fd4e8f commit 1f5febd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/controllers/hotkeys/HotkeyController.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down

0 comments on commit 1f5febd

Please sign in to comment.