diff options
author | Sergio Ahumada <sergio.ahumada@nokia.com> | 2011-01-07 11:37:12 (GMT) |
---|---|---|
committer | Sergio Ahumada <sergio.ahumada@nokia.com> | 2011-01-07 11:37:12 (GMT) |
commit | 67267842ce658d956f11d52194566b6de1f84f9a (patch) | |
tree | 5efbab1f89f2f0ae46a09dfdd4225394122ae8a0 /src/gui/painting/qpaintengine_raster.cpp | |
parent | 84658ec4e650b12dcea6f886b530e66a195465cf (diff) | |
download | Qt-67267842ce658d956f11d52194566b6de1f84f9a.zip Qt-67267842ce658d956f11d52194566b6de1f84f9a.tar.gz Qt-67267842ce658d956f11d52194566b6de1f84f9a.tar.bz2 |
Doc: Fixing typo
Diffstat (limited to 'src/gui/painting/qpaintengine_raster.cpp')
-rw-r--r-- | src/gui/painting/qpaintengine_raster.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gui/painting/qpaintengine_raster.cpp b/src/gui/painting/qpaintengine_raster.cpp index 4d06c9f..a5d647d 100644 --- a/src/gui/painting/qpaintengine_raster.cpp +++ b/src/gui/painting/qpaintengine_raster.cpp @@ -1815,7 +1815,7 @@ void QRasterPaintEngine::fill(const QVectorPath &path, const QBrush &brush) ensureState(); if (s->flags.tx_noshear) { d->initializeRasterizer(&s->brushData); - // ### Is normalizing really nessesary here? + // ### Is normalizing really necessary here? const qreal *p = path.points(); QRectF r = QRectF(p[0], p[1], p[2] - p[0], p[7] - p[1]).normalized(); if (!r.isEmpty()) { @@ -3193,7 +3193,7 @@ void QRasterPaintEngine::drawGlyphsS60(const QPointF &p, const QTextItemInt &ti) #endif // Q_OS_SYMBIAN && QT_NO_FREETYPE /*! - * Returns true if the rectangle is completly within the current clip + * Returns true if the rectangle is completely within the current clip * state of the paint engine. */ bool QRasterPaintEnginePrivate::isUnclipped_normalized(const QRect &r) const |