Fixed typos -- obejct should be object
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29716 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -298,7 +298,7 @@ added to wxDateTime, hence all functions are overloaded to accept both
|
|||||||
arguments.
|
arguments.
|
||||||
|
|
||||||
Also, both {\tt Add()} and {\tt Subtract()} have both const and non-const
|
Also, both {\tt Add()} and {\tt Subtract()} have both const and non-const
|
||||||
version. The first one returns a new obejct which represents the
|
version. The first one returns a new object which represents the
|
||||||
sum/difference of the original one with the argument while the second form
|
sum/difference of the original one with the argument while the second form
|
||||||
modifies the object to which it is applied. The operators $-=$ and $+=$ are
|
modifies the object to which it is applied. The operators $-=$ and $+=$ are
|
||||||
defined to be equivalent to the second forms of these functions.
|
defined to be equivalent to the second forms of these functions.
|
||||||
@@ -316,7 +316,7 @@ defined to be equivalent to the second forms of these functions.
|
|||||||
|
|
||||||
\membersection{Parsing and formatting dates}\label{datetimeparsing}
|
\membersection{Parsing and formatting dates}\label{datetimeparsing}
|
||||||
|
|
||||||
These functions convert wxDateTime obejcts to and from text. The
|
These functions convert wxDateTime objects to and from text. The
|
||||||
conversions to text are mostly trivial: you can either do it using the default
|
conversions to text are mostly trivial: you can either do it using the default
|
||||||
date and time representations for the current locale (
|
date and time representations for the current locale (
|
||||||
\helpref{FormatDate}{wxdatetimeformatdate} and
|
\helpref{FormatDate}{wxdatetimeformatdate} and
|
||||||
|
Reference in New Issue
Block a user