X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/f17ac57417530febd2c48bbb6c82004cb23d108c..c833f0cdb094f5ff2219ba5d777e18428dbc7c07:/src/common/datetimefmt.cpp diff --git a/src/common/datetimefmt.cpp b/src/common/datetimefmt.cpp index 698749f2c9..3e51672eee 100644 --- a/src/common/datetimefmt.cpp +++ b/src/common/datetimefmt.cpp @@ -293,7 +293,7 @@ ParseFormatAt(wxString::const_iterator& p, wxDateTime dt; // Use a default date outside of the DST period to avoid problems with - // parsing the time differently depending on the todays date (which is used + // parsing the time differently depending on the today's date (which is used // as the fall back date if none is explicitly specified). static const wxDateTime dtDef(1, wxDateTime::Jan, 2012);