From: Vadim Zeitlin Date: Sun, 25 Jul 2004 12:23:52 +0000 (+0000) Subject: typos in comments X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/8772bb083830daad3ee2eb1e7ce77514bb7c3b60?ds=inline typos in comments git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28456 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/samples/widgets/button.cpp b/samples/widgets/button.cpp index 1fd14bf6a3..3c5c9c9b3e 100644 --- a/samples/widgets/button.cpp +++ b/samples/widgets/button.cpp @@ -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