summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorKavindra Devi Palaraja <kavindra.palaraja@nokia.com>2009-07-15 10:39:13 (GMT)
committerKavindra Devi Palaraja <kavindra.palaraja@nokia.com>2009-07-15 10:39:13 (GMT)
commit0d721a3b390b3f542be594941430ecfcac29f0ac (patch)
tree908dae202f1273ba6f2f070a6c75796151530b66 /doc
parent28d0930593c6c04a7ef538353f8bee55df00a0e8 (diff)
downloadQt-0d721a3b390b3f542be594941430ecfcac29f0ac.zip
Qt-0d721a3b390b3f542be594941430ecfcac29f0ac.tar.gz
Qt-0d721a3b390b3f542be594941430ecfcac29f0ac.tar.bz2
Doc - fixed a typo
Reviewed-By: TrustMe Task: 257919
Diffstat (limited to 'doc')
-rw-r--r--doc/src/designer-manual.qdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/designer-manual.qdoc b/doc/src/designer-manual.qdoc
index 25e7455..c67865d 100644
--- a/doc/src/designer-manual.qdoc
+++ b/doc/src/designer-manual.qdoc
@@ -1360,7 +1360,7 @@
inside. Both widgets and spacers can be used inside containers.
Stacked widgets, tab widgets, and toolboxes are handled specially in \QD.
- Norwally, when adding pages (tabs, pages, compartments) to these containers
+ Normally, when adding pages (tabs, pages, compartments) to these containers
in your own code, you need to supply existing widgets, either as
placeholders or containing child widgets. In \QD, these are automatically
created for you, so you can add child objects to each page straight away.