From: Robin Dunn <robin@alldunn.com>
Date: Mon, 17 Jul 2006 20:53:16 +0000 (+0000)
Subject: typo
X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/3c1f75d54ae9528d622a6e00aceafefcc974b0de

typo


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40167 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
---

diff --git a/wxPython/wx/lib/iewin.py b/wxPython/wx/lib/iewin.py
index 691c2c4552..31e6f01795 100644
--- a/wxPython/wx/lib/iewin.py
+++ b/wxPython/wx/lib/iewin.py
@@ -107,7 +107,7 @@ EVT_UpdatePageStatus = wx.PyEventBinder(wxEVT_UpdatePageStatus, 1)
 EVT_PrivacyImpactedStateChange = wx.PyEventBinder(wxEVT_PrivacyImpactedStateChange, 1)
 
 
-# For this there are af ew 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,