]> git.saurik.com Git - wxWidgets.git/commitdiff
Fixed typo.
authorWłodzimierz Skiba <abx@abx.art.pl>
Mon, 20 Dec 2004 20:24:34 +0000 (20:24 +0000)
committerWłodzimierz Skiba <abx@abx.art.pl>
Mon, 20 Dec 2004 20:24:34 +0000 (20:24 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31089 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

docs/latex/wx/function.tex

index 7b87b4fdac5ab3cc8b76ca3aa319ebd9d9e225b3..221cdc7b5081cf3845d69613090cf202cdbd17a9 100644 (file)
@@ -586,7 +586,7 @@ started their own session).
 
 Finally, you may use the third overloaded version of this function to execute
 a process (always synchronously, the contents of \arg{flags} is or'd with 
-\textt{wxEXEC\_SYNC}) and capture its output in the array \arg{output}. The
+\texttt{wxEXEC\_SYNC}) and capture its output in the array \arg{output}. The
 fourth version adds the possibility to additionally capture the messages from
 standard error output in the \arg{errors} array.