summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKavindra Devi Palaraja <kavindra.palaraja@nokia.com>2009-06-05 12:29:27 +0200
committerJason McDonald <jason.mcdonald@nokia.com>2009-06-07 12:30:20 +1000
commit609ddf3a8c19e163dd588fff6004dc7a1e27c836 (patch)
treeb5b7d30c6c342d621e8a83239b623fb9e2f3a016
parentf4a78408ddb4f5b65b88790b1355bb502eca7313 (diff)
downloadqt4-tools-609ddf3a8c19e163dd588fff6004dc7a1e27c836.tar.gz
Doc - fixed a typo
Reviewed-By: TrustMe (cherry picked from commit 799a9ddf0a53ecdd6e097b2efd7418fd6ab9b655)
-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 23e7159e61..92b42cdea3 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