]> git.saurik.com Git - wxWidgets.git/commitdiff
Typos fixed
authorRobin Dunn <robin@alldunn.com>
Fri, 27 Feb 2004 23:22:47 +0000 (23:22 +0000)
committerRobin Dunn <robin@alldunn.com>
Fri, 27 Feb 2004 23:22:47 +0000 (23:22 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25983 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

wxPython/docs/MigrationGuide.txt

index c2a63f83264adfecc917cb06ba73f522a6a30e68..6db1c89ea7f93915ee29cb7bdafafd67ce787562 100644 (file)
@@ -28,7 +28,7 @@ potential problems are that the C++ side of the "stock-objects"
 (wx.BLUE_PEN, wx.TheColourDatabase, etc.) are not initialized until
 the wx.App object is created, so you should not use them until after
 you have created your wx.App object.  If you do then an exception will
 (wx.BLUE_PEN, wx.TheColourDatabase, etc.) are not initialized until
 the wx.App object is created, so you should not use them until after
 you have created your wx.App object.  If you do then an exception will
-be raised telling you that the C++ object has not bene initialized
+be raised telling you that the C++ object has not been initialized
 yet.
 
 Also, you will probably not be able to do any kind of GUI or bitmap
 yet.
 
 Also, you will probably not be able to do any kind of GUI or bitmap