From 958eb28b3fe366611bb23f337cd4859faa5a2537 Mon Sep 17 00:00:00 2001 From: =?utf8?q?V=C3=A1clav=20Slav=C3=ADk?= Date: Sun, 22 Jul 2012 10:07:40 +0000 Subject: [PATCH] Fix typo introduced in r72167. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@72168 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- interface/wx/window.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/interface/wx/window.h b/interface/wx/window.h index 6a7da5a9e5..15bc3bd13a 100644 --- a/interface/wx/window.h +++ b/interface/wx/window.h @@ -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 -- 2.45.2