Doc tweaks

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@24001 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2003-09-29 23:17:30 +00:00
parent 4f464a23dd
commit 3ca1bdcda2
6 changed files with 26 additions and 19 deletions

View File

@@ -483,7 +483,7 @@ elif os.name == 'posix':
libdirs = []
libs = []
# If you get unresolved symbol errors on Solaris and are usign gcc, then
# If you get unresolved symbol errors on Solaris and are using gcc, then
# uncomment this block to add the right flags to the link step and build
# again.
## if os.uname()[0] == 'SunOS':