typo fixes

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7340 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Ron Lee
2000-05-03 17:00:29 +00:00
parent f96ed10a83
commit 806b8a2301

View File

@@ -908,14 +908,14 @@ Same as \helpref{Mid}{wxstringmid}.
\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
success (the number is stored in the location pointed to by {\it val}) or FALSE
if the string does not represent such number.
\membersection{wxString::ToLong}\label{wxstringtolong}
\constfunc{bool}{To}{\param{long}{ *val}}
Attempts to convert the string to a signed integer. Returns TRUE on suceess
Attempts to convert the string to a signed integer. Returns TRUE on success
(the number is stored in the location pointed to by {\it val}) or FALSE if the
string does not represent such number.
@@ -923,7 +923,7 @@ string does not represent such number.
\constfunc{bool}{To}{\param{unsigned long}{ *val}}
Attempts to convert the string to an unsigned integer. Returns TRUE on suceess
Attempts to convert the string to an unsigned integer. Returns TRUE on success
(the number is stored in the location pointed to by {\it val}) or FALSE if the
string does not represent such number.