From 2ca36cdc7d8895fc7bb1457def9e57e92cc95388 Mon Sep 17 00:00:00 2001 From: OBattler Date: Fri, 3 Jan 2025 05:21:45 +0100 Subject: [PATCH] Fixed a typo in a comment. --- src/qt/qt_main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/qt/qt_main.cpp b/src/qt/qt_main.cpp index 20af6a13d..e489ad93b 100644 --- a/src/qt/qt_main.cpp +++ b/src/qt/qt_main.cpp @@ -520,7 +520,7 @@ main(int argc, char *argv[]) #ifdef Q_OS_WINDOWS if (hook_enabled) { - /* Yes, low-level hooks *DO* work raw input, at least global ones. */ + /* Yes, low-level hooks *DO* work with raw input, at least global ones. */ llhook = SetWindowsHookEx(WH_KEYBOARD_LL, emu_LowLevelKeyboardProc, NULL, 0); atexit([] () -> void { if (llhook)