diff --git a/wxPython/wxPython/lib/timectrl.py b/wxPython/wxPython/lib/timectrl.py index 63dad8b226..5eada574c8 100644 --- a/wxPython/wxPython/lib/timectrl.py +++ b/wxPython/wxPython/lib/timectrl.py @@ -154,7 +154,7 @@ class wxTimeCtrl(wxTextCtrl): EVT_CHAR(self, self.__OnChar) if spinButton: - self.BindSpinbutton(spinButton) # bind spin button up/down events to this control + self.BindSpinButton(spinButton) # bind spin button up/down events to this control def BindSpinButton(self, sb):