fixed a few typos

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27011 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Dimitri Schoolwerth
2004-04-29 17:45:59 +00:00
parent c567d635a2
commit 653d2f0cb3
5 changed files with 9 additions and 9 deletions

View File

@@ -620,7 +620,7 @@ DocStr(wxActiveXEvent,
ActiveX events. Any event parameters from the ActiveX cntrol are
turned into attributes of the Python proxy for this event object.
Additionally, there is a property called eventName that will
return (suprizingly <wink>) the name of the ActiveX event.");
return (surprisingly <wink>) the name of the ActiveX event.");
class wxActiveXEvent : public wxCommandEvent
{