X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/271f6072240c0f07bf34366322bfecbde59238d7..0a64bfdfd0c4bf305ea2882a3c5c1de62124a2e0:/include/wx/datetime.h diff --git a/include/wx/datetime.h b/include/wx/datetime.h index dec975265e..16bf40e690 100644 --- a/include/wx/datetime.h +++ b/include/wx/datetime.h @@ -1150,7 +1150,7 @@ public: return wxTimeSpan(*this).Multiply(n); } - // return this timespan with inversed sign + // return this timespan with opposite sign wxTimeSpan Negate() const { return wxTimeSpan(-GetValue()); } // negate the value of the timespan wxTimeSpan& Neg() { m_diff = -GetValue(); return *this; }