diff --git a/build/bakefiles/wxpresets/bakefile_quickstart.txt b/build/bakefiles/wxpresets/bakefile_quickstart.txt index 1a161900a7..8e9d6d4d88 100644 --- a/build/bakefiles/wxpresets/bakefile_quickstart.txt +++ b/build/bakefiles/wxpresets/bakefile_quickstart.txt @@ -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: diff --git a/include/wx/setup_inc.h b/include/wx/setup_inc.h index cb4d664ef6..eea5cf1dff 100644 --- a/include/wx/setup_inc.h +++ b/include/wx/setup_inc.h @@ -264,7 +264,7 @@ // 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 // ----------------------------------------------------------------------------