summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Boddie <david.boddie@nokia.com>2011-04-27 16:25:36 (GMT)
committerDavid Boddie <david.boddie@nokia.com>2011-04-28 17:39:53 (GMT)
commit6eea2ca63aab1e32a0a384071d6ca5222a81e9a9 (patch)
tree6061924683902d2fb56573a70630d0484ec37268
parent88ba4be3359f52ed22a5dfc60b4fc9b14c37878e (diff)
downloadQt-6eea2ca63aab1e32a0a384071d6ca5222a81e9a9.zip
Qt-6eea2ca63aab1e32a0a384071d6ca5222a81e9a9.tar.gz
Qt-6eea2ca63aab1e32a0a384071d6ca5222a81e9a9.tar.bz2
Doc: Fixed typo.
-rw-r--r--doc/src/development/designer-manual.qdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/development/designer-manual.qdoc b/doc/src/development/designer-manual.qdoc
index 0f38c61..94005a0 100644
--- a/doc/src/development/designer-manual.qdoc
+++ b/doc/src/development/designer-manual.qdoc
@@ -1560,7 +1560,7 @@
\section1 Dock Widgets
Since dock widgets are \l{Using Containers in Qt Designer}
- {container widgets}, they can be added to a form in the usuasl way. Once
+ {container widgets}, they can be added to a form in the usual way. Once
added to a form, dock widgets are not placed in any particular dock area by
default; you need to set the \gui{docked} property to true for each widget
and choose an appropriate value for its \gui{dockWidgetArea} property.