summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorKavindra Devi Palaraja <kavindra.palaraja@nokia.com>2009-06-03 12:58:08 +0200
committerKavindra Devi Palaraja <kavindra.palaraja@nokia.com>2009-06-03 12:58:22 +0200
commitae5b1555676cef4058157431c3af2e7ff9ead8ce (patch)
tree80056701beee72a16e068b020fff6534ddd342dd /doc
parent3e663dcad5e9fbfd2a5466d464747a1a87f036b3 (diff)
Doc - minor fixes to beautify the sentence
Reviewed-By: TrustMe
Diffstat (limited to 'doc')
-rw-r--r--doc/src/tutorials/addressbook.qdoc4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/tutorials/addressbook.qdoc b/doc/src/tutorials/addressbook.qdoc
index 3ec883f26a..15fdd83495 100644
--- a/doc/src/tutorials/addressbook.qdoc
+++ b/doc/src/tutorials/addressbook.qdoc
@@ -374,8 +374,8 @@
\snippet tutorials/addressbook/part2/addressbook.cpp submitContact part2
If the contact already exists, again, we display a QMessageBox to inform
- the user about this, to prevent the user from adding duplicate contacts.
- Our \c contacts object is based on key-value pairs of name and addresses,
+ the user about this, preventing the user from adding duplicate contacts.
+ Our \c contacts object is based on key-value pairs of name and address,
hence, we want to ensure that \e key is unique.
\o Once we have handled both cases mentioned above, we restore the push