]> git.saurik.com Git - wxWidgets.git/commitdiff
fixed typo in comment
authorRobin Dunn <robin@alldunn.com>
Tue, 16 Oct 2001 18:49:35 +0000 (18:49 +0000)
committerRobin Dunn <robin@alldunn.com>
Tue, 16 Oct 2001 18:49:35 +0000 (18:49 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@12029 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

wxPython/wxPython/lib/mixins/listctrl.py

index c5af739cdb367143aa84c530995adde08f372455..f215ee220f721a3f86670d00364cca97869a8bbb 100644 (file)
@@ -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: