X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/1a084a3c2f1c6a33b7d1d3d8fdf1a5913bcc0f57..b0f3dd44e43051f065d8b750a3a4da57fe8b6733:/wxPython/docs/MigrationGuide.html?ds=sidebyside

diff --git a/wxPython/docs/MigrationGuide.html b/wxPython/docs/MigrationGuide.html
index 35a7cda715..585fcda395 100644
--- a/wxPython/docs/MigrationGuide.html
+++ b/wxPython/docs/MigrationGuide.html
@@ -791,7 +791,7 @@ import wxversion
 wxversion.select("2.4")
 import wx
 </pre>
-<p>Then eventhough a 2.5 version of wxPython may be the default the
+<p>Then even though a 2.5 version of wxPython may be the default the
 application that does the above the first time that wx is imported
 will actually get a 2.4 version.  <strong>NOTE:</strong> There isn't actually a 2.4
 version of wxPython that supports this, but there will be.</p>