From: Francesco Montorsi Date: Sat, 21 Mar 2009 12:27:21 +0000 (+0000) Subject: fix unreadable typo X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/9decc52d62e244c902b45e292478a322d98497b9 fix unreadable typo git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@59692 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- 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())