]> git.saurik.com Git - wxWidgets.git/commitdiff
typo
authorRobin Dunn <robin@alldunn.com>
Tue, 9 Nov 2004 03:41:00 +0000 (03:41 +0000)
committerRobin Dunn <robin@alldunn.com>
Tue, 9 Nov 2004 03:41:00 +0000 (03:41 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30383 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

wxPython/docs/MigrationGuide.html
wxPython/docs/MigrationGuide.txt

index 35a7cda715069b57168f7cdce969103fff69137e..585fcda395aa0806cd8bf2fb140d4ebcc828d965 100644 (file)
@@ -791,7 +791,7 @@ import wxversion
 wxversion.select(&quot;2.4&quot;)
 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>
index 9cda3c48afea05e723f0a43c5b6c6a8e74987e28..0ade0dcccfa1eb987b0c00605c529f522d8c4101 100644 (file)
@@ -877,7 +877,7 @@ would like to to have imported.  You use it like this::
       wxversion.select("2.4")
       import wx
 
-Then eventhough a 2.5 version of wxPython may be the default the
+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.  **NOTE:** There isn't actually a 2.4
 version of wxPython that supports this, but there will be.