]> git.saurik.com Git - wxWidgets.git/commitdiff
typo
authorRobin Dunn <robin@alldunn.com>
Mon, 17 Jul 2006 20:53:16 +0000 (20:53 +0000)
committerRobin Dunn <robin@alldunn.com>
Mon, 17 Jul 2006 20:53:16 +0000 (20:53 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40167 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

wxPython/wx/lib/iewin.py

index 691c2c4552be58c7f2e1ff012356fcafb0ea1981..31e6f0179516386024b53fc24de74d0555361fcc 100644 (file)
@@ -107,7 +107,7 @@ EVT_UpdatePageStatus = wx.PyEventBinder(wxEVT_UpdatePageStatus, 1)
 EVT_PrivacyImpactedStateChange = wx.PyEventBinder(wxEVT_PrivacyImpactedStateChange, 1)
 
 
-# For this there are aew special methods implemented in C++ in the
+# For this there are a few special methods implemented in C++ in the
 # IEHtmlWindowBase class, so derive from it instead of ActiveXWindow.
 class IEHtmlWindow(wx.activex.IEHtmlWindowBase):
     def __init__(self, parent, ID=-1, pos=wx.DefaultPosition,