Fix comment typos in sources
No real changes. Closes https://github.com/wxWidgets/wxWidgets/pull/2541
This commit is contained in:
committed by
Vadim Zeitlin
parent
cfdd4127b5
commit
668a2186cd
@@ -418,7 +418,7 @@ wxColour wxColourDatabase::Find(const wxString& colour) const
|
||||
wxColourDatabase * const self = wxConstCast(this, wxColourDatabase);
|
||||
self->Initialize();
|
||||
|
||||
// make the comparaison case insensitive and also match both grey and gray
|
||||
// make the comparison case insensitive and also match both grey and gray
|
||||
wxString colName = colour;
|
||||
colName.MakeUpper();
|
||||
wxString colNameAlt = colName;
|
||||
|
||||
Reference in New Issue
Block a user