]> git.saurik.com Git - wxWidgets.git/commitdiff
fixed typo (const<->cosnt)
authorVáclav Slavík <vslavik@fastmail.fm>
Tue, 21 Dec 1999 22:24:07 +0000 (22:24 +0000)
committerVáclav Slavík <vslavik@fastmail.fm>
Tue, 21 Dec 1999 22:24:07 +0000 (22:24 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5059 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

docs/latex/wx/wxstring.tex

index 651e344f22a62c3a54fe39ecb134acacdccf8d3c..0f28c18abdcd3a8af3d4dfe6becd5d598d40fe83 100644 (file)
@@ -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