Fix some typos in the comments and messages in the samples.

Closes #16738.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@78311 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2014-12-24 13:57:19 +00:00
parent 5b414a2795
commit c2ecbadd3b
6 changed files with 14 additions and 14 deletions

View File

@@ -65,7 +65,7 @@ struct wxObjectCodeReaderCallback::wxObjectCodeReaderCallbackInternal
if ( m_objectNames.find(objectID) == m_objectNames.end() )
{
wxLogError( _("Passing an unkown object to GetObject") );
wxLogError( _("Passing an unknown object to GetObject") );
return wxEmptyString;
}
return wxString( m_objectNames[objectID].c_str() );