From: Stefan Csomor Date: Tue, 27 Nov 2012 13:22:26 +0000 (+0000) Subject: spell error fixed X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/9656c0dd1b59b7e01e6201b975d762e71f91a3b1 spell error fixed git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@73042 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/osx/cocoa/window.mm b/src/osx/cocoa/window.mm index 91d8162363..35b33e350f 100644 --- a/src/osx/cocoa/window.mm +++ b/src/osx/cocoa/window.mm @@ -2540,7 +2540,7 @@ void wxWidgetCocoaImpl::DoNotifyFocusEvent(bool receivedFocus, wxWidgetImpl* oth event.SetWindow(otherWindow->GetWXPeer()); thisWindow->HandleWindowEvent(event) ; } - else // !receivedFocuss + else // !receivedFocus { #if wxUSE_CARET if ( thisWindow->GetCaret() )