summaryrefslogtreecommitdiffstats
path: root/src/declarative
diff options
context:
space:
mode:
authorKai Koehne <kai.koehne@nokia.com>2009-07-10 06:41:48 (GMT)
committerKai Koehne <kai.koehne@nokia.com>2009-07-14 02:04:31 (GMT)
commit59b3e3ba52891197510115f912e7934ac1784d7c (patch)
tree2a4bb1a398e99f03dc9d16a45047e5f9423df4de /src/declarative
parent18fec244eb6a430162347063d8fbad0635a10e00 (diff)
downloadQt-59b3e3ba52891197510115f912e7934ac1784d7c.zip
Qt-59b3e3ba52891197510115f912e7934ac1784d7c.tar.gz
Qt-59b3e3ba52891197510115f912e7934ac1784d7c.tar.bz2
Doc (fixed typo)
Diffstat (limited to 'src/declarative')
-rw-r--r--src/declarative/util/qmllistmodel.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/declarative/util/qmllistmodel.cpp b/src/declarative/util/qmllistmodel.cpp
index f5f76b0..61d32f4 100644
--- a/src/declarative/util/qmllistmodel.cpp
+++ b/src/declarative/util/qmllistmodel.cpp
@@ -73,7 +73,7 @@ struct ListModelData
\qmlclass ListModel
\brief The ListModel element defines a free-form list data source.
- The ListModel is a simple heirarchy of items containing data roles.
+ The ListModel is a simple hierarchy of items containing data roles.
For example:
\code