]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/event.cpp
Spelling fixes from Andreas Mohr (patch #1360064)
[wxWidgets.git] / src / common / event.cpp
index ec31583f0d0caaf600a64b0a9b1fa56db211866e..7597499232985719077b41fe35dad7bd35e7354e 100644 (file)
@@ -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();
 }