summaryrefslogtreecommitdiffstats
path: root/src/gui/kernel/qwidget_qpa.cpp
diff options
context:
space:
mode:
authorJørgen Lind <jorgen.lind@nokia.com>2010-12-02 08:38:49 +0100
committerJørgen Lind <jorgen.lind@nokia.com>2010-12-02 08:38:49 +0100
commit34f199a1267ea923df33690b50920ef3383b85c2 (patch)
tree80f02c53a3d02fe0d520ad9b8b205b698a2c41bf /src/gui/kernel/qwidget_qpa.cpp
parentc3f22e0b7ee6358ebe063b3aeea4a609e367a5f2 (diff)
Fix spelling in comment
Diffstat (limited to 'src/gui/kernel/qwidget_qpa.cpp')
-rw-r--r--src/gui/kernel/qwidget_qpa.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/kernel/qwidget_qpa.cpp b/src/gui/kernel/qwidget_qpa.cpp
index 1f2a76438a..617d984bbd 100644
--- a/src/gui/kernel/qwidget_qpa.cpp
+++ b/src/gui/kernel/qwidget_qpa.cpp
@@ -789,7 +789,7 @@ void QWidgetPrivate::createTLSysExtra()
void QWidgetPrivate::deleteTLSysExtra()
{
if (extra && extra->topextra) {
- //the toplevel might have a context with a "qglcontext assosiated with it. We need to
+ //the toplevel might have a context with a "qglcontext associated with it. We need to
//delete the qglcontext before we delete the qplatformglcontext.
//One unfortunate thing about this is that we potentially create a glContext just to
//delete it straight afterwards.