summaryrefslogtreecommitdiffstats
path: root/src/opengl/qgl.cpp
diff options
context:
space:
mode:
authorFrederik Schwarzer <schwarzerf@gmail.com>2009-05-11 15:55:59 +0200
committerThiago Macieira <thiago.macieira@nokia.com>2009-05-18 16:23:59 +0200
commitd13162dd4695274dc4bdb286ce85bf198391d94b (patch)
treeb794ebb2096e488516f1ebd4b244186e9c32b487 /src/opengl/qgl.cpp
parente5755e131952ab5c3c8dd0fd6a88dbaa7148898a (diff)
Fix some typos in the documentation.
Usually, "the the" is not proper English Reviewed-By: Thiago Macieira
Diffstat (limited to 'src/opengl/qgl.cpp')
-rw-r--r--src/opengl/qgl.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/opengl/qgl.cpp b/src/opengl/qgl.cpp
index 04bc61108c..8f963f86d7 100644
--- a/src/opengl/qgl.cpp
+++ b/src/opengl/qgl.cpp
@@ -2588,7 +2588,7 @@ const QGLContext* QGLContext::currentContext()
\i paintGL() - Renders the OpenGL scene. Gets called whenever the widget
needs to be updated.
\i resizeGL() - Sets up the OpenGL viewport, projection, etc. Gets
- called whenever the the widget has been resized (and also when it
+ called whenever the widget has been resized (and also when it
is shown for the first time because all newly created widgets get a
resize event automatically).
\i initializeGL() - Sets up the OpenGL rendering context, defines display