Fix typos in comments and assertion messages

Closes https://github.com/wxWidgets/wxWidgets/pull/1596
This commit is contained in:
Olly Betts
2019-10-09 07:43:52 +13:00
committed by Vadim Zeitlin
parent 60bb1a356d
commit e2b4cd9f77
8 changed files with 12 additions and 12 deletions

View File

@@ -401,7 +401,7 @@ void *wxBitmapRefData::BeginRawAccess()
#if wxOSX_USE_ICONREF
wxASSERT_MSG( m_iconRef == NULL ,
wxT("Currently, modifing bitmaps that are used in controls already is not supported") ) ;
wxT("Currently, modifying bitmaps that are used in controls already is not supported") ) ;
#endif
++m_rawAccessCount ;