summaryrefslogtreecommitdiff
path: root/src/gui/text/qfontengine_win.cpp
diff options
context:
space:
mode:
authorQt Continuous Integration System <qt-info@nokia.com>2010-10-25 16:00:05 +0200
committerQt Continuous Integration System <qt-info@nokia.com>2010-10-25 16:00:05 +0200
commitce40a078caa4a09793128ca730cc5ca268aeee87 (patch)
treee29aa8e561552721ad3f7ed42cdae99b23ec0960 /src/gui/text/qfontengine_win.cpp
parent022884db790a7592fa017add4ea9669d8b5598ca (diff)
parent0ade09152067324f74678f2de4d447b6e0280600 (diff)
downloadqt4-tools-ce40a078caa4a09793128ca730cc5ca268aeee87.tar.gz
Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integration
* '4.7' of scm.dev.nokia.troll.no:qt/qt-qml: Fixed many spelling errors.
Diffstat (limited to 'src/gui/text/qfontengine_win.cpp')
-rw-r--r--src/gui/text/qfontengine_win.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/text/qfontengine_win.cpp b/src/gui/text/qfontengine_win.cpp
index 7609ee560a..5f257524be 100644
--- a/src/gui/text/qfontengine_win.cpp
+++ b/src/gui/text/qfontengine_win.cpp
@@ -1209,7 +1209,7 @@ QImage QFontEngineWin::alphaMapForGlyph(glyph_t glyph, const QTransform &xform)
QImage indexed(mask->width(), mask->height(), QImage::Format_Indexed8);
- // ### This part is kinda pointless, but we'll crash later if we dont because some
+ // ### This part is kinda pointless, but we'll crash later if we don't because some
// code paths expects there to be colortables for index8-bit...
QVector<QRgb> colors(256);
for (int i=0; i<256; ++i)