Fix spelling
authorMorten Sorvig <morten.sorvig@nokia.com>
Wed, 26 Oct 2011 07:20:27 +0000 (09:20 +0200)
committerQt by Nokia <qt-info@nokia.com>
Wed, 26 Oct 2011 21:59:51 +0000 (23:59 +0200)
Change-Id: If9630ffa3a1c411b2e56b41ed35c272177343274
Reviewed-by: Frederik Gladhorn <frederik.gladhorn@nokia.com>
src/gui/kernel/qplatformwindow_qpa.cpp

index fa1d3a3..90fdec6 100644 (file)
@@ -194,7 +194,7 @@ void QPlatformWindow::setParent(const QPlatformWindow *parent)
 void QPlatformWindow::setWindowTitle(const QString &title) { Q_UNUSED(title); }
 
 /*!
-  Reimplement to be able to let Qt rais windows to the top of the desktop
+  Reimplement to be able to let Qt raise windows to the top of the desktop
 */
 void QPlatformWindow::raise() { qWarning("This plugin does not support raise()"); }
 
@@ -279,7 +279,7 @@ bool QPlatformWindow::setMouseGrabEnabled(bool grab)
     created by calling the createPlatformWindow function in the loaded QPlatformIntegration
     instance.
 
-    QPlatformWindow is used to signal to the windowing system, how Qt persieves its frame.
+    QPlatformWindow is used to signal to the windowing system, how Qt perceives its frame.
     However, it is not concerned with how Qt renders into the window it represents.
 
     Visible QWindows will always have a QPlatformWindow. However, it is not necessary for