X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/8aa25f40256648a6770b6fa0e980801acea5e614..7e4952db837344e369ff9ccc7ece1f7b8c207cf1:/src/common/datetimefmt.cpp diff --git a/src/common/datetimefmt.cpp b/src/common/datetimefmt.cpp index 57c2312465..3ecb11b15e 100644 --- a/src/common/datetimefmt.cpp +++ b/src/common/datetimefmt.cpp @@ -1331,7 +1331,7 @@ wxDateTime::ParseFormat(const wxString& date, wxString am, pm, token = GetAlphaToken(input); // some locales have empty AM/PM tokens and thus when formatting - // dates with the %p specifier mpthomg os gemerated; when trying to + // dates with the %p specifier nothing is generated; when trying to // parse them back, we get an empty token here... but that's not // an error. if (token.empty())