X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/2b5f62a0b2db198609b45dec622a018dae37008e..f7204798e2b7db9e5ebd94c327ed0fef72b18862:/docs/latex/wx/longlong.tex diff --git a/docs/latex/wx/longlong.tex b/docs/latex/wx/longlong.tex index e3e44f2785..ef736a0897 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: wxWindows license +%% License: wxWidgets 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}