diff options
author | Jørgen Lind <jorgen.lind@nokia.com> | 2010-12-02 07:38:49 (GMT) |
---|---|---|
committer | Jørgen Lind <jorgen.lind@nokia.com> | 2010-12-02 07:38:49 (GMT) |
commit | 34f199a1267ea923df33690b50920ef3383b85c2 (patch) | |
tree | 80f02c53a3d02fe0d520ad9b8b205b698a2c41bf /src/gui/kernel/qwidget_qpa.cpp | |
parent | c3f22e0b7ee6358ebe063b3aeea4a609e367a5f2 (diff) | |
download | Qt-34f199a1267ea923df33690b50920ef3383b85c2.zip Qt-34f199a1267ea923df33690b50920ef3383b85c2.tar.gz Qt-34f199a1267ea923df33690b50920ef3383b85c2.tar.bz2 |
Fix spelling in comment
Diffstat (limited to 'src/gui/kernel/qwidget_qpa.cpp')
-rw-r--r-- | src/gui/kernel/qwidget_qpa.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/kernel/qwidget_qpa.cpp b/src/gui/kernel/qwidget_qpa.cpp index 1f2a764..617d984 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. |