diff --git a/wxPython/wxPython/lib/mixins/listctrl.py b/wxPython/wxPython/lib/mixins/listctrl.py index c5af739cdb..f215ee220f 100644 --- a/wxPython/wxPython/lib/mixins/listctrl.py +++ b/wxPython/wxPython/lib/mixins/listctrl.py @@ -17,7 +17,7 @@ from wxPython.wx import * class wxColumnSorterMixin: """ A mixin class that handles sorting of a wxListCtrl in REPORT mode when - the coilumn header is clicked on. + the column header is clicked on. There are a few requirments needed in order for this to work genericly: