summaryrefslogtreecommitdiffstats
path: root/doc/html/customlayout.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/customlayout.html')
-rw-r--r--doc/html/customlayout.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/html/customlayout.html b/doc/html/customlayout.html
index b846fe30..188b7f2b 100644
--- a/doc/html/customlayout.html
+++ b/doc/html/customlayout.html
@@ -136,7 +136,7 @@ TQLayoutIterator CardLayout::iterator()
It must be implemented. It is used by <a href="qlayout.html#add">TQLayout::add</a>(), by the <a href="qlayout.html">TQLayout</a>
constructor that takes a layout as parent, and it is used to implement
the <a href="qlayout.html#autoAdd">auto-add</a> feature. If your layout
-has advanced placement options that retquire parameters, you must
+has advanced placement options that require parameters, you must
provide extra access functions such as <a href="qgridlayout.html#addMultiCell">TQGridLayout::addMultiCell</a>().
<p> <pre>
void CardLayout::addItem( <a href="qlayoutitem.html">TQLayoutItem</a> *item )