]> git.saurik.com Git - wxWidgets.git/commitdiff
Corrected spelling of 'unrecognized'
authorJulian Smart <julian@anthemion.co.uk>
Thu, 3 Jun 1999 16:19:38 +0000 (16:19 +0000)
committerJulian Smart <julian@anthemion.co.uk>
Thu, 3 Jun 1999 16:19:38 +0000 (16:19 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2659 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/msw/menu.cpp

index 66cf7c98efde371619796ed56de567fc56b8fd60..58a835eacda9b944471ee8a21317547b4db00de3 100644 (file)
@@ -192,7 +192,7 @@ void wxMenu::Append(wxMenuItem *pItem)
                     keyCode = VK_F1 + n - 1;
                 }
                 else {
-                    wxLogDebug(_T("Unreckognized accel key '%s', accel "
+                    wxLogDebug(_T("Unrecognized accel key '%s', accel "
                                   "string ignored."), current.c_str());
                 }
             }