summaryrefslogtreecommitdiffstats
path: root/doc/src
diff options
context:
space:
mode:
authorKavindra Devi Palaraja <kavindra.palaraja@nokia.com>2009-06-03 10:58:08 (GMT)
committerJason McDonald <jason.mcdonald@nokia.com>2009-06-04 03:33:41 (GMT)
commitbafb2999067c99b0bfdb1fa3e69bcc892261d6b4 (patch)
treeb050a99ff2044ff71edefa91f7a3d971bfb87faa /doc/src
parentfdfccde44c621cf629dc9c17d0be2867b7cd1eaa (diff)
downloadQt-bafb2999067c99b0bfdb1fa3e69bcc892261d6b4.zip
Qt-bafb2999067c99b0bfdb1fa3e69bcc892261d6b4.tar.gz
Qt-bafb2999067c99b0bfdb1fa3e69bcc892261d6b4.tar.bz2
Doc - minor fixes to beautify the sentence
Reviewed-By: TrustMe (cherry picked from commit ae5b1555676cef4058157431c3af2e7ff9ead8ce)
Diffstat (limited to 'doc/src')
-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 a7b30cd..2badd3d 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