source typo fixes pt5

+ cleaning up some more non-short-URLs
Issue #2914
This commit is contained in:
Kunda
2017-03-03 16:43:42 -05:00
committed by Yorik van Havre
parent 2c4b16d323
commit de2392eb18
58 changed files with 147 additions and 148 deletions

View File

@@ -253,7 +253,7 @@ void Flag::paintEvent(QPaintEvent* e)
painter.drawImage((width() - image.width())/2, 0, image);
painter.end();
#else
// draw the overlayed text using QPainter
// draw the overlaid text using QPainter
QPainter p(this);
p.fillRect(this->rect(), Qt::white);
p.setPen(Qt::black);