From: Julian Smart Date: Thu, 3 Jun 1999 16:19:38 +0000 (+0000) Subject: Corrected spelling of 'unrecognized' X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/de5ae7c6e6bd3ac764d3552a9e6fd4a287f01299 Corrected spelling of 'unrecognized' git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2659 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/msw/menu.cpp b/src/msw/menu.cpp index 66cf7c98ef..58a835eacd 100644 --- a/src/msw/menu.cpp +++ b/src/msw/menu.cpp @@ -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()); } }