]> git.saurik.com Git - wxWidgets.git/commitdiff
Typo fixes
authorRobin Dunn <robin@alldunn.com>
Mon, 10 Aug 1998 23:23:05 +0000 (23:23 +0000)
committerRobin Dunn <robin@alldunn.com>
Mon, 10 Aug 1998 23:23:05 +0000 (23:23 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@499 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

utils/wxPython/README.txt

index 3244f861e6aae33b87252c7467084a97a3c22804..360488925640b5d17b8e881ce36c4063fedc4ed6 100644 (file)
@@ -46,7 +46,7 @@ Build Instructions
 ------------------
 I used SWIG (http://www.swig.org) to create the source code for the
 extension module.  This enabled me to only have to deal with a small
-amount of code an only have to bother with the exceptional issues.
+amount of code and only have to bother with the exceptional issues.
 SWIG takes care of the rest and generates all the repetative code for
 me.  You don't need SWIG to build the extension module as all the
 generated C++ code is included in the src directory.
@@ -78,7 +78,7 @@ above.
 
 5. If it builds successfully, congratulations!  Move on to the next
 step.  If not then you can try mailing me for help.  Also, I will
-always have a pre-built win32 version of this module at
+always have a pre-built win32 version of this extension module at
 http://starship.skyport.net/crew/robind/python.
 
 6. Change to the $(WXWIN)/utils/wxPython/tests directory.