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:
Vadim Zeitlin
2008-10-23 14:53:01 +00:00
parent 579fd6f12a
commit 90523bdb22
2 changed files with 4 additions and 4 deletions

View File

@@ -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 ;
}