Fix spelling of occur* in random files.

This commit is contained in:
Lauri Nurmi
2014-05-14 22:50:39 +03:00
parent 29eb2a71c0
commit 8a2ccd9cf7
4 changed files with 6 additions and 6 deletions

View File

@@ -508,7 +508,7 @@ bool wxApp::ProcessXEvent(WXEvent* _event)
}
case SelectionRequest:
{
// A request to paste has occured.
// A request to paste has occurred.
wxClipboardHandleSelectionRequest(*event);
// The event handle doesn't care the clipboard
// how to response requestor, so just return true.