]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/datetimefmt.cpp
fixing mem leak
[wxWidgets.git] / src / common / datetimefmt.cpp
index 698749f2c9281f7869b5cae2f0de3be0ffa51c6c..3e51672eee3e63c779dbe1013afa45b736d657e4 100644 (file)
@@ -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);