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