From 43edcf13caa950017dc999666e0e61c0b5bf8ad0 Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Tue, 16 Oct 2001 18:49:35 +0000 Subject: [PATCH] fixed typo in comment git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@12029 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- wxPython/wxPython/lib/mixins/listctrl.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: -- 2.50.0