From f64d951535600d47c632689ba9ae288d157c8d1b Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Tue, 13 Jul 2010 13:29:44 +0000 Subject: [PATCH] Fix a few minor typos in comments. See #12165. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@64942 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- docs/palmos/readme.txt | 2 +- include/wx/osx/setup0.h | 2 +- include/wx/palmos/tglbtn.h | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/palmos/readme.txt b/docs/palmos/readme.txt index affc0f6734..a301a18bdb 100644 --- a/docs/palmos/readme.txt +++ b/docs/palmos/readme.txt @@ -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 ------------------------------ diff --git a/include/wx/osx/setup0.h b/include/wx/osx/setup0.h index f5cdd47967..1016abdbb8 100644 --- a/include/wx/osx/setup0.h +++ b/include/wx/osx/setup0.h @@ -1387,7 +1387,7 @@ // 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 diff --git a/include/wx/palmos/tglbtn.h b/include/wx/palmos/tglbtn.h index ff31ea7e2a..586adefdca 100644 --- a/include/wx/palmos/tglbtn.h +++ b/include/wx/palmos/tglbtn.h @@ -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) -- 2.45.2