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: