summaryrefslogtreecommitdiffstats
path: root/tests/manual
diff options
context:
space:
mode:
authorRolf Eike Beer <eb@emlix.com>2019-09-23 09:26:51 +0200
committerRolf Eike Beer <eb@emlix.com>2019-09-23 10:27:56 +0200
commit3a4f11c0f9809ef3a1a7617ececa8e786ffcc2c1 (patch)
tree79646d77afc033495021ac97961c782bda9ada5f /tests/manual
parentac5e198db4eea4670a5a4a22fb44eb8a6acc4c47 (diff)
tests: fix typo in comment
Spotted while grepping for 'imx'. Change-Id: I24889929e58045d6bba8dd74f213eff3c0487c4c Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io>
Diffstat (limited to 'tests/manual')
-rw-r--r--tests/manual/highdpi/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/manual/highdpi/main.cpp b/tests/manual/highdpi/main.cpp
index 7225587ac0..bb01ab785d 100644
--- a/tests/manual/highdpi/main.cpp
+++ b/tests/manual/highdpi/main.cpp
@@ -370,7 +370,7 @@ void TiledPixmapPainter::paintEvent(QPaintEvent *event)
// large pixmap: 2 x 2 tiles
// 2x pixmap : 4 x 4 tiles
//
- // On a 2x display the 2x pimxap tiles
+ // On a 2x display the 2x pixmap tiles
// will be drawn in high resolution.
p.drawTiledPixmap(QRect(xoff, yoff, tileAreaEdge, tileAreaEdge), pixmap1X);
yoff += tiles * pixmapEdge + 10;