summaryrefslogtreecommitdiffstats
path: root/doc/src/widgets/widgets-and-layouts/layout.qdoc
diff options
context:
space:
mode:
authorSergio Ahumada <sergio.ahumada@nokia.com>2011-10-30 17:34:46 +0100
committerSergio Ahumada <sergio.ahumada@nokia.com>2011-10-31 20:20:46 +0100
commit29478a8fe7f530d5d3fb728321cdf4e3191cad83 (patch)
treeeb4641e9153ce0caea316e847558ea71688c66b8 /doc/src/widgets/widgets-and-layouts/layout.qdoc
parentba92fe922244a66b4851a049af61cf9be7b1bc9d (diff)
Doc: Fixing typos
Change-Id: I445b4cb0fe88d775c9421fbf1e8b7bb76dec0fc4 Reviewed-by: Casper van Donderen <casper.vandonderen@nokia.com>
Diffstat (limited to 'doc/src/widgets/widgets-and-layouts/layout.qdoc')
-rw-r--r--doc/src/widgets/widgets-and-layouts/layout.qdoc4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/widgets/widgets-and-layouts/layout.qdoc b/doc/src/widgets/widgets-and-layouts/layout.qdoc
index 3db58c21f9..394d537293 100644
--- a/doc/src/widgets/widgets-and-layouts/layout.qdoc
+++ b/doc/src/widgets/widgets-and-layouts/layout.qdoc
@@ -192,12 +192,12 @@
\o Any widgets that are allocated less space than their minimum size
(or minimum size hint if no minimum size is specified) are
allocated this minimum size they require. (Widgets don't have to
- have a minimum size or minimum size hint in which case the strech
+ have a minimum size or minimum size hint in which case the stretch
factor is their determining factor.)
\o Any widgets that are allocated more space than their maximum size
are allocated the maximum size space they require. (Widgets do not
- have to have a maximum size in which case the strech factor is
+ have to have a maximum size in which case the stretch factor is
their determining factor.)
\endlist