From 806b8a23018260dbafee4263ba163be14627da9f Mon Sep 17 00:00:00 2001 From: Ron Lee Date: Wed, 3 May 2000 17:00:29 +0000 Subject: [PATCH] typo fixes git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7340 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- docs/latex/wx/wxstring.tex | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/latex/wx/wxstring.tex b/docs/latex/wx/wxstring.tex index 9e7d10923d..f249c0c055 100644 --- a/docs/latex/wx/wxstring.tex +++ b/docs/latex/wx/wxstring.tex @@ -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.