From 7afcee21b2e34c4bc51f0740d3bab965e3312151 Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Wed, 11 Jun 2003 21:44:46 +0000 Subject: [PATCH] typo git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@21059 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- wxPython/src/controls.i | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wxPython/src/controls.i b/wxPython/src/controls.i index 2dd01c31b3..e6a0fbbf63 100644 --- a/wxPython/src/controls.i +++ b/wxPython/src/controls.i @@ -383,7 +383,7 @@ public: // wxGTK's wxComboBox doesn't derive from wxChoice like wxMSW, or even // wxControlWithItems, so we have to duplicate the methods here... -// wcMac's inheritace is weird too so we'll fake it with this one too. +// wxMac's inheritace is weird too so we'll fake it with this one too. #ifndef __WXMSW__ class wxComboBox : public wxControl