diff options
author | Morten Engvoldsen <morten.engvoldsen@nokia.com> | 2010-10-07 09:07:04 (GMT) |
---|---|---|
committer | Morten Engvoldsen <morten.engvoldsen@nokia.com> | 2010-10-07 09:07:04 (GMT) |
commit | 1fef5048ba6bf9a55985103c28fea3a74bf558d2 (patch) | |
tree | 6d4b07c79c2d3e14924936ae9a1379bfa61ca5f8 /doc | |
parent | d6369f9faa28c40c4e7dd002b07556d3f730a858 (diff) | |
download | Qt-1fef5048ba6bf9a55985103c28fea3a74bf558d2.zip Qt-1fef5048ba6bf9a55985103c28fea3a74bf558d2.tar.gz Qt-1fef5048ba6bf9a55985103c28fea3a74bf558d2.tar.bz2 |
Doc: correct spelling
Diffstat (limited to 'doc')
-rw-r--r-- | doc/src/examples/basiclayouts.qdoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/examples/basiclayouts.qdoc b/doc/src/examples/basiclayouts.qdoc index 1ecf394..cbc9297 100644 --- a/doc/src/examples/basiclayouts.qdoc +++ b/doc/src/examples/basiclayouts.qdoc @@ -66,7 +66,7 @@ horizontal layout. Next we use the \c createGridGroupBox() function to create a group box containing several line edits and a small text editor which are displayed in a grid layout. Finally, we use the - \c createFormGroupBox() function to createa a group box with + \c createFormGroupBox() function to create a group box with three labels and three input fields: a line edit, a combo box and a spin box. |