X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/fc2171bd4c660b8554dae2a1cbf34ff09f3032a6..8fa8d158bd6aadab98b40fc85a30425ada252ff4:/docs/latex/wx/strtotxt.tex?ds=inline diff --git a/docs/latex/wx/strtotxt.tex b/docs/latex/wx/strtotxt.tex index da8433ab9d..8b0e7de771 100644 --- a/docs/latex/wx/strtotxt.tex +++ b/docs/latex/wx/strtotxt.tex @@ -6,7 +6,7 @@ %% Created: 19.10.01 %% RCS-ID: $Id$ %% Copyright: (c) 2001 Vadim Zeitlin -%% License: wxWidgets license +%% License: wxWindows license %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \section{\class{wxStreamToTextRedirector}}\label{wxstreamtotextredirector} @@ -34,7 +34,7 @@ Example of usage: cout << "Hello, text!" << endl; } - // this goes soemwhere else, presumably to stdout + // this goes somewhere else, presumably to stdout cout << "Hello, console!" << endl; \end{verbatim} }% @@ -66,7 +66,7 @@ the default parameter value to the text control {\it text}. \docparam{ostr}{The C++ stream to redirect, {\it cout} is used if it is NULL} -\membersection{wxStreamToTextRedirector::\destruct{wxStreamToTextRedirector}} +\membersection{wxStreamToTextRedirector::\destruct{wxStreamToTextRedirector}}\label{wxstreamtotextredirectordtor} \func{}{\destruct{wxStreamToTextRedirector}}{\void}