Fix typos in sample comments

Closes https://github.com/wxWidgets/wxWidgets/pull/2513
This commit is contained in:
Blake Madden
2021-09-06 17:01:35 -04:00
committed by Vadim Zeitlin
parent 8368914725
commit 1380b1914c
23 changed files with 30 additions and 30 deletions

View File

@@ -49,7 +49,7 @@ struct wxObjectCodeReaderCallback::wxObjectCodeReaderCallbackInternal
{
if ( m_objectNames.find(objectID) != m_objectNames.end() )
{
wxLogError( _("Passing a already registered object to SetObjectName") );
wxLogError( _("Passing an already registered object to SetObjectName") );
return ;
}
m_objectNames[objectID] = (const wxChar *)name;