]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/process.tex
new wxASSERT implementation using wxAssert() helper function
[wxWidgets.git] / docs / latex / wx / process.tex
index 78908e482060ba691d321a6bbcc8752bcf29d5e3..f8475c9e6314d0e4fee28a41e247638a8769e4af 100644 (file)
@@ -20,7 +20,7 @@ to call its \helpref{Redirect}{wxprocessredirect} method before passing it to
 \helpref{GetInputStream}{wxprocessgetinputstream}, 
 \helpref{GetOutputStream}{wxprocessgetoutputstream} and 
 \helpref{GetErrorStream}{wxprocessgeterrorstream} can then be used to retrieve
-the streams corresponding to the child process stdandard output, input and
+the streams corresponding to the child process standard output, input and
 error output respectively.
 
 \perlnote{In wxPerl this class has an additional {\tt Destroy} method,