From: Robin Dunn Date: Tue, 16 Oct 2001 18:49:35 +0000 (+0000) Subject: fixed typo in comment X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/43edcf13caa950017dc999666e0e61c0b5bf8ad0 fixed typo in comment git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@12029 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- 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: