From 3d0b1df2879a01e27ea6d4d380d28efeea99913c Mon Sep 17 00:00:00 2001 From: komoto Date: Fri, 9 Jul 2021 16:18:24 +0900 Subject: [PATCH] Fix spelling error --- wx/lib/eventwatcher.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wx/lib/eventwatcher.py b/wx/lib/eventwatcher.py index ef4fc5b1..9e111867 100644 --- a/wx/lib/eventwatcher.py +++ b/wx/lib/eventwatcher.py @@ -250,7 +250,7 @@ class EventChooser(wx.Panel): self.doUpdate = False for position in range(self.lb.GetCount()): self.lb.Check(position, True) - index = self.lb.GetCliendData(position) + index = self.lb.GetClientData(position) self.watchList[index] = (self.watchList[index][0], check) self.lb.Refresh() self.doUpdate = True