Corrected spelling of 'unrecognized'

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2659 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Julian Smart 1999-06-03 16:19:38 +00:00
parent 9f55878ef2
commit de5ae7c6e6

View 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());
}
}