]> git.saurik.com Git - wxWidgets.git/commitdiff
Fix typo introduced in r72167.
authorVáclav Slavík <vslavik@fastmail.fm>
Sun, 22 Jul 2012 10:07:40 +0000 (10:07 +0000)
committerVáclav Slavík <vslavik@fastmail.fm>
Sun, 22 Jul 2012 10:07:40 +0000 (10:07 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@72168 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

interface/wx/window.h

index 6a7da5a9e566908ad3207468d9f237384b06b2d8..15bc3bd13ae49edad64a13c0393ec003334686be 100644 (file)
@@ -2788,7 +2788,7 @@ public:
             @false if the window's close handler should be able to veto the destruction
             of this window, @true if it cannot.
 
-        @return @true if the even was handled and not vetoed, @false otherwise.
+        @return @true if the event was handled and not vetoed, @false otherwise.
 
         @remarks Close calls the close handler for the window, providing an
                  opportunity for the window to choose whether to destroy