mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-05 00:15:32 +00:00
chore(windows): fix typo in error message
Build-bot: skip Test-bot: skip
This commit is contained in:
parent
1332a9c3f7
commit
a77518eb28
1 changed files with 2 additions and 2 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue