]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/wxstring.tex
Some other typos
[wxWidgets.git] / docs / latex / wx / wxstring.tex
index 651e344f22a62c3a54fe39ecb134acacdccf8d3c..9c82d7fb3ec1ca24c264286563a72d87283897cb 100644 (file)
@@ -819,7 +819,7 @@ Same as Truncate. Removes the portion from {\it pos} to the end of the string.
 
 \func{wxString\&}{Remove}{\param{size\_t}{ pos}, \param{size\_t}{ len}}
 
-Removes the last {\it len} characters from the string, starting at {\it pos}.
+Removes the {\it len} characters from the string, starting at {\it pos}.
 
 \membersection{wxString::RemoveLast}\label{wxstringremovelast}
 
@@ -881,7 +881,7 @@ Same as \helpref{Mid}{wxstringmid}.
 
 \membersection{wxString::ToDouble}\label{wxstringtodouble}
 
-\cosntfunc{bool}{To}{\param{double}{ *val}}
+\constfunc{bool}{To}{\param{double}{ *val}}
 
 Attempts to convert the string to a floating point number. Returns TRUE on
 suceess (the number is stored in the location pointed to by {\it val}) or FALSE
@@ -889,7 +889,7 @@ if the string does not represent such number.
 
 \membersection{wxString::ToLong}\label{wxstringtolong}
 
-\cosntfunc{bool}{To}{\param{long}{ *val}}
+\constfunc{bool}{To}{\param{long}{ *val}}
 
 Attempts to convert the string to a signed integer. Returns TRUE on suceess
 (the number is stored in the location pointed to by {\it val}) or FALSE if the
@@ -897,7 +897,7 @@ string does not represent such number.
 
 \membersection{wxString::ToULong}\label{wxstringtoulong}
 
-\cosntfunc{bool}{To}{\param{unsigned long}{ *val}}
+\constfunc{bool}{To}{\param{unsigned long}{ *val}}
 
 Attempts to convert the string to an unsigned integer. Returns TRUE on suceess
 (the number is stored in the location pointed to by {\it val}) or FALSE if the