From: Robin Dunn Date: Mon, 10 Aug 1998 23:23:05 +0000 (+0000) Subject: Typo fixes X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/d279310da9d114db230cfcad3e5a97ebd8c1d5e6?ds=inline Typo fixes git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@499 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/utils/wxPython/README.txt b/utils/wxPython/README.txt index 3244f861e6..3604889256 100644 --- a/utils/wxPython/README.txt +++ b/utils/wxPython/README.txt @@ -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.