summaryrefslogtreecommitdiffstats
path: root/doc/src
diff options
context:
space:
mode:
authorAlan Alpert <alan.alpert@nokia.com>2010-02-17 13:32:26 (GMT)
committerAlan Alpert <alan.alpert@nokia.com>2010-02-17 13:32:26 (GMT)
commit2e7fe52065114f8c56140afe26b04fba962730b4 (patch)
treeef8aae68f76378325064b8a0aff13915c7a2c4ea /doc/src
parentc6961aaa1e10e395ef03f74caee9612a43344053 (diff)
downloadQt-2e7fe52065114f8c56140afe26b04fba962730b4.zip
Qt-2e7fe52065114f8c56140afe26b04fba962730b4.tar.gz
Qt-2e7fe52065114f8c56140afe26b04fba962730b4.tar.bz2
Fix minor doc typo
Diffstat (limited to 'doc/src')
-rw-r--r--doc/src/declarative/focus.qdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/declarative/focus.qdoc b/doc/src/declarative/focus.qdoc
index 46bfc38..4439c92 100644
--- a/doc/src/declarative/focus.qdoc
+++ b/doc/src/declarative/focus.qdoc
@@ -326,7 +326,7 @@ which in turn gives \e {active focus} to the \c {Text} element that
actually performs the work of handling the \e {Return} key.
All of the QML view classes, such as \l PathView and \l GridView, behave
-in a similar mannor to allow key handling in their respective delegates.
+in a similar manner to allow key handling in their respective delegates.
\section1 Focus Panels