Fix typo in QMdiArea docs
authorAli Akhtarzada <ali.akhtarzada@nokia.com>
Tue, 24 Jul 2012 08:16:56 +0000 (10:16 +0200)
committerQt by Nokia <qt-info@nokia.com>
Tue, 24 Jul 2012 22:59:53 +0000 (00:59 +0200)
Task-number: QTBUG-26498
Change-Id: I2c7b7a67c732eb58f1ffc2a137a675ac63dc6597
Reviewed-by: Geir Vattekar <geir.vattekar@nokia.com>
src/widgets/widgets/qmdiarea.cpp

index c49fdd4..a8b3ac8 100644 (file)
@@ -83,7 +83,7 @@
 
     The subwindows are sorted by the current
     \l{QMdiArea::}{WindowOrder}. This is used for the subWindowList()
-    and for activateNextSubWindow() and acivatePreviousSubWindow().
+    and for activateNextSubWindow() and activatePreviousSubWindow().
     Also, it is used when cascading or tiling the windows with
     cascadeSubWindows() and tileSubWindows().