]> git.saurik.com Git - wxWidgets.git/commitdiff
spell error fixed
authorStefan Csomor <csomor@advancedconcepts.ch>
Tue, 27 Nov 2012 13:22:26 +0000 (13:22 +0000)
committerStefan Csomor <csomor@advancedconcepts.ch>
Tue, 27 Nov 2012 13:22:26 +0000 (13:22 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@73042 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/osx/cocoa/window.mm

index 91d8162363245ee32d17cbc5d27b9c0b5fb7e2f4..35b33e350f106f81f2d18a41d7268d3c4d9354d1 100644 (file)
@@ -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() )