git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34025 
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
 
 -- 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:
 
 
 // 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
 
 // ----------------------------------------------------------------------------