summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorMorten Engvoldsen <morten.engvoldsen@nokia.com>2009-04-29 15:14:58 (GMT)
committerMorten Engvoldsen <morten.engvoldsen@nokia.com>2009-04-29 15:26:43 (GMT)
commitd5d8ea9f879e67a7603f47a9a7b6facc489a01d8 (patch)
treec140dc435e0cc20cf80fa0e40ccaed47dcceed43 /doc
parente7cf829c91716ceeb878309a29ef452681dedb09 (diff)
downloadQt-d5d8ea9f879e67a7603f47a9a7b6facc489a01d8.zip
Qt-d5d8ea9f879e67a7603f47a9a7b6facc489a01d8.tar.gz
Qt-d5d8ea9f879e67a7603f47a9a7b6facc489a01d8.tar.bz2
Corrected typo
Changed smae to same Taks number:251646
Diffstat (limited to 'doc')
-rw-r--r--doc/src/layout.qdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/layout.qdoc b/doc/src/layout.qdoc
index 38163c8..55dfd8b 100644
--- a/doc/src/layout.qdoc
+++ b/doc/src/layout.qdoc
@@ -371,7 +371,7 @@
should store the value in a local variable if you need it again
later within in the same function.
\o You should not call QLayoutItem::setGeometry() twice on the same
- item in the smae function. This call can be very expensive if the
+ item in the same function. This call can be very expensive if the
item has several child widgets, because the layout manager must do
a complete layout every time. Instead, calculate the geometry and
then set it. (This does not only apply to layouts, you should do