fix a couple of typos pointed out by a translator
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@56501 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -429,7 +429,7 @@ struct wxRuntimeDepersister::wxRuntimeDepersisterInternal
|
||||
return NULL ;
|
||||
if ( m_objects.find(objectID) == m_objects.end() )
|
||||
{
|
||||
wxLogError( _("Passing an unkown object to GetObject") ) ;
|
||||
wxLogError( _("Passing an unknown object to GetObject") ) ;
|
||||
return NULL ;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user