summaryrefslogtreecommitdiffstats
path: root/src/gui
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui')
-rw-r--r--src/gui/accessible/qaccessible2.cpp2
-rw-r--r--src/gui/kernel/qopenglcontext.cpp2
-rw-r--r--src/gui/painting/qpaintengine_blitter.cpp2
3 files changed, 3 insertions, 3 deletions
diff --git a/src/gui/accessible/qaccessible2.cpp b/src/gui/accessible/qaccessible2.cpp
index 4936846d6c..05dda337ac 100644
--- a/src/gui/accessible/qaccessible2.cpp
+++ b/src/gui/accessible/qaccessible2.cpp
@@ -171,7 +171,7 @@ QT_BEGIN_NAMESPACE
/*!
\fn int QAccessibleTextInterface::characterCount() const
- Returns the lenght of the text (total size including spaces).
+ Returns the length of the text (total size including spaces).
*/
/*!
diff --git a/src/gui/kernel/qopenglcontext.cpp b/src/gui/kernel/qopenglcontext.cpp
index c8604462ab..ffb0726c35 100644
--- a/src/gui/kernel/qopenglcontext.cpp
+++ b/src/gui/kernel/qopenglcontext.cpp
@@ -131,7 +131,7 @@ QMutex QOpenGLContextPrivate::makeCurrentTrackerMutex;
QOpenGLContext internally keeps track of a QOpenGLContextGroup object which
can be accessed with shareGroup(), and which can be used to find all the
contexts in a given share group. A share group consists of all contexts that
- have been succesfully initialized and are sharing with an existing context in
+ have been successfully initialized and are sharing with an existing context in
the share group. A non-sharing context has a share group consisting of a
single context.
diff --git a/src/gui/painting/qpaintengine_blitter.cpp b/src/gui/painting/qpaintengine_blitter.cpp
index 55d46f3b63..d0b5fd77d9 100644
--- a/src/gui/painting/qpaintengine_blitter.cpp
+++ b/src/gui/painting/qpaintengine_blitter.cpp
@@ -591,7 +591,7 @@ void QBlitterPaintEngine::drawPixmap(const QRectF &r, const QPixmap &pm, const Q
}
}
-// Overriden methods to lock the graphics memory
+// Overridden methods to lock the graphics memory
void QBlitterPaintEngine::drawPolygon(const QPointF *points, int pointCount, PolygonDrawMode mode)
{
Q_D(QBlitterPaintEngine);