]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/strtotxt.tex
Fix "depreciated" to "deprecated".
[wxWidgets.git] / docs / latex / wx / strtotxt.tex
index c370668e54e7b28157e95a29342dece547c15810..08219a2ddafbc15c781f51e67f0e0d2f147a5950 100644 (file)
@@ -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}
 }%
@@ -62,11 +62,11 @@ the default parameter value to the text control {\it text}.
 
 \wxheading{Parameters}
 
-\docparam{text}{The text control to append output too, must be non NULL}
+\docparam{text}{The text control to append output too, must be non-NULL}
 
 \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}