git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@44339 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2007-02-01 22:48:21 +00:00
parent 8aaf987c83
commit d650caff99

View File

@@ -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: