X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/fc2171bd4c660b8554dae2a1cbf34ff09f3032a6..1d836590aa324b7d58481e27a4b1ad6399174a2c:/docs/latex/wx/longlong.tex diff --git a/docs/latex/wx/longlong.tex b/docs/latex/wx/longlong.tex index 7622c9c58c..9676ca6152 100644 --- a/docs/latex/wx/longlong.tex +++ b/docs/latex/wx/longlong.tex @@ -6,7 +6,7 @@ %% Created: 07.03.00 %% RCS-ID: $Id$ %% Copyright: (c) Vadim Zeitlin -%% License: wxWidgets license +%% License: wxWindows license %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \section{\class{wxLongLong}}\label{wxlonglong} @@ -150,13 +150,13 @@ Returns the value of this wxLongLong with opposite sign. Not in wxULongLong. \constfunc{wxLongLong}{operator$-$}{\param{const wxLongLong\& }{ll}} -Substracts 2 wxLongLongs and returns the result. +Subtracts 2 wxLongLongs and returns the result. \membersection{wxLongLong::operator$-=$}\label{wxlonglongoperatorminusassign} \func{wxLongLong\&}{operator-}{\param{const wxLongLong\& }{ll}} -Substracts another wxLongLong from this one. +Subtracts another wxLongLong from this one. \membersection{wxLongLong::operator$--$}\label{wxlonglongoperatordec}