diff options
author | Robert Griebl <robert.griebl@nokia.com> | 2011-01-24 22:21:44 (GMT) |
---|---|---|
committer | Robert Griebl <robert.griebl@nokia.com> | 2011-01-24 22:21:44 (GMT) |
commit | b668857b3749b39c3a61e0a25e750740b74df552 (patch) | |
tree | db0d1885e30b86edd944a426f5af92bf0ebb0095 /src | |
parent | 81492e56aba5b5761500543665012a85d6835513 (diff) | |
download | Qt-b668857b3749b39c3a61e0a25e750740b74df552.zip Qt-b668857b3749b39c3a61e0a25e750740b74df552.tar.gz Qt-b668857b3749b39c3a61e0a25e750740b74df552.tar.bz2 |
Fixed spelling.
Reviewed-by: TrustMe
Diffstat (limited to 'src')
-rw-r--r-- | src/gui/util/qscroller.cpp | 2 |
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; |