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

@@ -318,8 +318,8 @@ wxWindowDCImpl::wxWindowDCImpl(wxDC *owner, wxWindow *window)
SetUpDC();
/* this must be done after SetUpDC, bacause SetUpDC calls the
repective SetBrush, SetPen, SetBackground etc functions
/* this must be done after SetUpDC, because SetUpDC calls the
respective SetBrush, SetPen, SetBackground etc functions
to set up the DC. SetBackground call m_owner->SetBackground
and this might not be desired as the standard dc background
is white whereas a window might assume gray to be the