summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorKavindra Devi Palaraja <kavindra.palaraja@nokia.com>2009-06-05 10:29:27 (GMT)
committerKavindra Devi Palaraja <kavindra.palaraja@nokia.com>2009-06-05 10:29:43 (GMT)
commit799a9ddf0a53ecdd6e097b2efd7418fd6ab9b655 (patch)
tree363ca34a624da8827df893d67a363e8ff3839014 /doc
parent95ceabf52d79b922a87f7c023c9606e633ab1ea2 (diff)
downloadQt-799a9ddf0a53ecdd6e097b2efd7418fd6ab9b655.zip
Qt-799a9ddf0a53ecdd6e097b2efd7418fd6ab9b655.tar.gz
Qt-799a9ddf0a53ecdd6e097b2efd7418fd6ab9b655.tar.bz2
Doc - fixed a typo
Reviewed-By: TrustMe
Diffstat (limited to 'doc')
-rw-r--r--doc/src/tutorials/addressbook.qdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/tutorials/addressbook.qdoc b/doc/src/tutorials/addressbook.qdoc
index 5a49901..4ab549a 100644
--- a/doc/src/tutorials/addressbook.qdoc
+++ b/doc/src/tutorials/addressbook.qdoc
@@ -510,7 +510,7 @@
\list
\o If the iterator is at the end of \c contacts, we clear the
display and return.
- \o If the iterator is the beginning of \c contacts, we move it to
+ \o If the iterator is at the beginning of \c contacts, we move it to
the end.
\o We then decrement the iterator by one.
\endlist