chore(windows): fix typo in error message

Build-bot: skip
Test-bot: skip
This commit is contained in:
Marc Durdin 2025-12-17 05:41:20 +11:00
parent 1332a9c3f7
commit a77518eb28

View file

@ -856,8 +856,8 @@ begin
KMC_WATCHDOG_HOOK_REINSTALL:
case wParam of
WHR_TIMING: TKeymanSentryClient.ReportMessage('Watchdog: low level hook reinstalled, threshold exceedeed at '+IntToStr(lParam)+' msec');
WHR_INIT_FAILURE: TKeymanSentryClient.ReportMessage('Watchdog: low level hook install failed with error '+IntToStr(lParam));
WHR_TIMING: TKeymanSentryClient.ReportMessage('Watchdog: low level hook reinstalled, threshold exceeded at '+IntToStr(lParam)+' msec');
WHR_INIT_FAILURE: TKeymanSentryClient.ReportMessage('Watchdog: low level hook install failed with error '+IntToStr(lParam));
WHR_UNINIT_FAILURE: TKeymanSentryClient.ReportMessage('Watchdog: low level hook uninstall failed with error '+IntToStr(lParam));
end;