diff --git a/src/rowpainter.cpp b/src/rowpainter.cpp index 06d458613e..bc47598843 100644 --- a/src/rowpainter.cpp +++ b/src/rowpainter.cpp @@ -272,7 +272,7 @@ void RowPainter::paintChars(pos_type & vpos, FontInfo const & font, // in ParagraphMetrics::singleWidth(); but we paint word by word // for performance reason. // Maybe a more general fix would be draw character by character - // for some predefined fonts on some patform. In arabic and + // for some predefined fonts on some platform. In arabic and // Hebrew we already do paint this way. if (prev_char == 'f') break;