From d650caff9903f844069059f2e801b4cdc6cbf2c1 Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Thu, 1 Feb 2007 22:48:21 +0000 Subject: [PATCH] fix typo git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@44339 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- wxPython/demo/Main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wxPython/demo/Main.py b/wxPython/demo/Main.py index 48c677329c..c5ec3fa129 100644 --- a/wxPython/demo/Main.py +++ b/wxPython/demo/Main.py @@ -1692,7 +1692,7 @@ class wxPythonDemo(wx.Frame): if not InspectionTool().initialized: InspectionTool().Init() - # Eind a widget to be selected in the tree. Use either the + # Find a widget to be selected in the tree. Use either the # one under the cursor, if any, or this frame. wnd = wx.FindWindowAtPointer() if not wnd: