diff --git a/src/propgrid/propgrid.cpp b/src/propgrid/propgrid.cpp index 05bfbc47f8..8a072876ab 100644 --- a/src/propgrid/propgrid.cpp +++ b/src/propgrid/propgrid.cpp @@ -1852,7 +1852,7 @@ void wxPropertyGrid::OnPaint( wxPaintEvent& WXUNUSED(event) ) } wxASSERT( dcPtr ); PrepareDC(*dcPtr); - // Unused area will be cleared when drawing then items + // Unused area will be cleared when drawing the items /* dcPtr->SetBackground(m_colEmptySpace); dcPtr->Clear();