From bdcf3ef53dc862cc654c92c1c259ad9dc84605fc Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Thu, 4 Dec 2003 01:16:03 +0000 Subject: [PATCH] Typo fixed git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24711 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- wxPython/src/_listctrl.i | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wxPython/src/_listctrl.i b/wxPython/src/_listctrl.i index 3c6eba561c..8c2cdf26da 100644 --- a/wxPython/src/_listctrl.i +++ b/wxPython/src/_listctrl.i @@ -266,7 +266,7 @@ public: long GetIndex(); int GetColumn(); wxPoint GetPoint(); - %pythoncode { GetPostiion = GetPoint } + %pythoncode { GetPosition = GetPoint } const wxString& GetLabel(); const wxString& GetText(); int GetImage(); -- 2.50.0