typos in comments

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28456 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin 2004-07-25 12:23:52 +00:00
parent d5cd19b45c
commit 8772bb0838

View File

@ -105,7 +105,7 @@ protected:
wxRadioBox *m_radioHAlign,
*m_radioVAlign;
// the gauge itself and the sizer it is in
// the button itself and the sizer it is in
wxButton *m_button;
wxSizer *m_sizerButton;
@ -168,7 +168,7 @@ ButtonWidgetsPage::ButtonWidgetsPage(wxNotebook *notebook,
m_chkDefault = CreateCheckBoxAndAddToSizer(sizerLeft, _T("&Default"));
#ifndef __WXUNIVERSAL__
// only wxUniv currently supoprts buttons with images
// only wxUniv currently supports buttons with images
m_chkImage->Disable();
#endif // !wxUniv