]> git.saurik.com Git - wxWidgets.git/commitdiff
corrected minor typos
authorDimitri Schoolwerth <dimitri.schoolwerth@gmail.com>
Thu, 12 May 2005 10:55:14 +0000 (10:55 +0000)
committerDimitri Schoolwerth <dimitri.schoolwerth@gmail.com>
Thu, 12 May 2005 10:55:14 +0000 (10:55 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34025 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

build/bakefiles/wxpresets/bakefile_quickstart.txt
include/wx/setup_inc.h

index 1a161900a7607169374f030c2423885fe5eaf747..8e9d6d4d88d7a9f4bf83d08784d8c6ca0ab65f36 100644 (file)
@@ -106,7 +106,7 @@ on from here.
 
 -- Project Types --
 
-As mentioned earilier, Bakefile builds makefiles for many different
+As mentioned earlier, Bakefile builds makefiles for many different
 development environments. The -f option accepts a list of formats that you
 would like to build, separated by commas. Valid values are:
 
index cb4d664ef60fdb5dbcf3387b69025aa62a8f4261..eea5cf1dffd03ab725c13a8eb254604db7359a49 100644 (file)
 // Use standard C++ streams if 1. If 0, use wxWin streams implementation only.
 #define wxUSE_STD_IOSTREAM  0
 
-// Enable converion to  standard C++ string if 1.
+// Enable conversion to standard C++ string if 1.
 #define wxUSE_STD_STRING  0
 
 // ----------------------------------------------------------------------------