]> git.saurik.com Git - wxWidgets.git/commitdiff
fix unreadable typo
authorFrancesco Montorsi <f18m_cpp217828@yahoo.it>
Sat, 21 Mar 2009 12:27:21 +0000 (12:27 +0000)
committerFrancesco Montorsi <f18m_cpp217828@yahoo.it>
Sat, 21 Mar 2009 12:27:21 +0000 (12:27 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@59692 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/common/datetimefmt.cpp

index 57c23124659f1956e28f73af25166e5b5e7c637b..3ecb11b15ec9ed97eb6cff03838b6219c3cac8d1 100644 (file)
@@ -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())