]> git.saurik.com Git - wxWidgets.git/commitdiff
Fix a few minor typos in comments.
authorVadim Zeitlin <vadim@wxwidgets.org>
Tue, 13 Jul 2010 13:29:44 +0000 (13:29 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Tue, 13 Jul 2010 13:29:44 +0000 (13:29 +0000)
See #12165.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@64942 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

docs/palmos/readme.txt
include/wx/osx/setup0.h
include/wx/palmos/tglbtn.h

index affc0f6734d34d9fba4799a6352e1ecc396c3f0c..a301a18bdbf7a860b56c9b7d7bf0098be6b0a6b2 100644 (file)
@@ -57,7 +57,7 @@ b) Using IDE:
 
 
 
-Original note from William Osborne follow:
+Original note from William Osborne follows:
 
 wxWidgets 2.5.3 CVS 10-18-2004
 ------------------------------
index f5cdd479678ff55deae3a44eef73017c0c3fd115..1016abdbb8c22dfb4d968a065faea78616094f68 100644 (file)
 // Set to 0 for no libmspack
 #define wxUSE_LIBMSPACK     0
 
-// native toolbar does support embedding controls, but not comples panels, please test
+// native toolbar does support embedding controls, but not complex panels, please test
 #define wxOSX_USE_NATIVE_TOOLBAR 1
 
 // make sure we have the proper dispatcher for the console event loop
index ff31ea7e2aa500e18346a49b2172235937640235..586adefdcafb7bc3fe0eb21fd3c682693d5f08a7 100644 (file)
@@ -13,7 +13,7 @@
 #ifndef _WX_TOGGLEBUTTON_H_
 #define _WX_TOGGLEBUTTON_H_
 
-#include "wx/checkbox.h" // wxCheckBoxNameStr, in Datacmn.cpp
+#include "wx/checkbox.h" // wxCheckBoxNameStr, in datacmn.cpp
 //WXDLLIMPEXP_DATA_CORE(extern const wxChar) wxCheckBoxNameStr[];
 
 // Checkbox item (single checkbox)