]> git.saurik.com Git - wxWidgets.git/commitdiff
Docstring fixes
authorRobin Dunn <robin@alldunn.com>
Mon, 11 Dec 2006 18:26:49 +0000 (18:26 +0000)
committerRobin Dunn <robin@alldunn.com>
Mon, 11 Dec 2006 18:26:49 +0000 (18:26 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43932 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

wxPython/src/_window.i

index d1e5292ba6d4d2098c669e3eafecfa55f101a6c0..2f01f773327028c1a5743c57d34a516d1656ae91 100644 (file)
@@ -457,12 +457,12 @@ window's *best size* values.  Also set's the minsize for use with sizers.", "");
     DocDeclStr(
         virtual void , Raise(),
         "Raises the window to the top of the window hierarchy.  In current
-version of wxWidgets this works both for manage and child windows.", "");
+version of wxWidgets this works both for managed and child windows.", "");
     
     DocDeclStr(
         virtual void , Lower(),
         "Lowers the window to the bottom of the window hierarchy.  In current
-version of wxWidgets this works both for manage and child windows.", "");
+version of wxWidgets this works both for managed and child windows.", "");