]> git.saurik.com Git - wxWidgets.git/commitdiff
Doc corrections
authorJulian Smart <julian@anthemion.co.uk>
Sat, 27 Nov 2004 10:39:33 +0000 (10:39 +0000)
committerJulian Smart <julian@anthemion.co.uk>
Sat, 27 Nov 2004 10:39:33 +0000 (10:39 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30793 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

docs/latex/wx/gbspan.tex
docs/latex/wx/process.tex

index 63c3b257927e4a863e7cbb5d5c8e88d70989f59b..5cba4474bef55ef1f89c290f77419d2c26cc7fbe 100644 (file)
@@ -52,7 +52,7 @@ Set a new rowspan value.
 
 \constfunc{bool}{operator!}{\param{const wxGBSpan\& }{o}}
 
-Is the wxGBSpan valid?  (An invalid wxGBPosition is (-1,-1). )
+Is the wxGBSpan valid?  (An invalid wxGBSpan is (-1,-1). )
 
 \membersection{wxGBSpan::operator==}\label{wxgbspanoperatorequal}
 
index b81f34821cc41c102c5ee096b3059efd407339b1..d4dbeec3da2baa23d2fd6323ce33adb2361148c7 100644 (file)
@@ -228,7 +228,7 @@ It raises a wxWidgets event when it isn't overridden.
 
 \membersection{wxProcess::Open}\label{wxprocessopen}
 
-\func{static wxProcess *}{Open}{\param{const wxString\& }{cmd} \param{int }{flags = wxEXEC\_ASYNC}}
+\func{static wxProcess *}{Open}{\param{const wxString\& }{cmd}, \param{int }{flags = wxEXEC\_ASYNC}}
 
 This static method replaces the standard {\tt popen()} function: it launches
 the process specified by the {\it cmd} parameter and returns the wxProcess