X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/6dc2a916dfa34137434a17ba7d89d875d17ebbc9..c92ad09968b09fe6e4cf17d9e962b51b7caaee91:/src/common/event.cpp diff --git a/src/common/event.cpp b/src/common/event.cpp index ec31583f0d..7597499232 100644 --- a/src/common/event.cpp +++ b/src/common/event.cpp @@ -1104,7 +1104,7 @@ void wxEvtHandler::AddPendingEvent(wxEvent& event) wxLEAVE_CRIT_SECT(*wxPendingEventsLocker); - // 3) Inform the system that new pending events are somwehere, + // 3) Inform the system that new pending events are somewhere, // and that these should be processed in idle time. wxWakeUpIdle(); }