Fix typo in QMdiArea docs

Task-number: QTBUG-26498
Change-Id: I2c7b7a67c732eb58f1ffc2a137a675ac63dc6597
Reviewed-by: Geir Vattekar <geir.vattekar@nokia.com>
This commit is contained in:
Ali Akhtarzada 2012-07-24 10:16:56 +02:00 committed by Qt by Nokia
parent 96c5d73eca
commit 48d439833a

View 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().