]> git.saurik.com Git - wxWidgets.git/commitdiff
Typo fixed
authorRobin Dunn <robin@alldunn.com>
Fri, 13 Feb 2004 19:06:55 +0000 (19:06 +0000)
committerRobin Dunn <robin@alldunn.com>
Fri, 13 Feb 2004 19:06:55 +0000 (19:06 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25785 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

wxPython/demo/Main.py

index 909b65de18cc5d3589383a676e2f2c6a4396dc59..18078861843573c3cfa18e809e27a7e5f714a1d6 100644 (file)
@@ -600,7 +600,7 @@ class wxPythonDemo(wx.Frame):
         splitter2.SetMinimumPaneSize(20)
 
 
-        # Make the splitter on the right expand the top wind when resized
+        # Make the splitter on the right expand the top window when resized
         def SplitterOnSize(evt):
             splitter = evt.GetEventObject()
             sz = splitter.GetSize()