summaryrefslogtreecommitdiffstats
path: root/src/gui/util/qscroller.cpp
diff options
context:
space:
mode:
authorRobert Griebl <robert.griebl@nokia.com>2011-01-24 22:21:44 (GMT)
committerRobert Griebl <robert.griebl@nokia.com>2011-01-24 22:21:44 (GMT)
commitb668857b3749b39c3a61e0a25e750740b74df552 (patch)
treedb0d1885e30b86edd944a426f5af92bf0ebb0095 /src/gui/util/qscroller.cpp
parent81492e56aba5b5761500543665012a85d6835513 (diff)
downloadQt-b668857b3749b39c3a61e0a25e750740b74df552.zip
Qt-b668857b3749b39c3a61e0a25e750740b74df552.tar.gz
Qt-b668857b3749b39c3a61e0a25e750740b74df552.tar.bz2
Fixed spelling.
Reviewed-by: TrustMe
Diffstat (limited to 'src/gui/util/qscroller.cpp')
-rw-r--r--src/gui/util/qscroller.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/util/qscroller.cpp b/src/gui/util/qscroller.cpp
index 815b3d1..d60f44e 100644
--- a/src/gui/util/qscroller.cpp
+++ b/src/gui/util/qscroller.cpp
@@ -1012,7 +1012,7 @@ QPointF QScrollerPrivate::realDpi(int screen)
// as 2 screens in QDesktopWidget, but libXRandR will only see 1 screen.
// (although with the combined size of the Xinerama screens).
// Additionally, libXrandr will simply crash when calling XRRSizes
- // for (the non-existant) screen 1 in this scenario.
+ // for (the non-existent) screen 1 in this scenario.
Window root = RootWindow(X11->display, screen == -1 ? X11->defaultScreen : screen);
int randrscreen = (root != XNone) ? X11->ptrXRRRootToScreen(X11->display, root) : -1;