Fix typo in a comment in Qt font code

See https://github.com/wxWidgets/wxWidgets/pull/1113
This commit is contained in:
chris2oph
2019-01-09 11:17:23 +00:00
committed by Vadim Zeitlin
parent 3aa6aec620
commit ebb50551c4

View File

@@ -498,7 +498,7 @@ void wxNativeFontInfo::SetStrikethrough(bool strikethrough)
bool wxNativeFontInfo::SetFaceName(const wxString& facename)
{
m_qtFont.setFamily(wxQtConvertString(facename));
// qt uses a "font matching algoritm" so the font will be allways valid
// Qt uses a "font matching algorithm" so the font will be always valid
return true;
}