summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorKavindra Devi Palaraja <kavindra.palaraja@nokia.com>2009-06-03 10:14:49 +0200
committerKavindra Devi Palaraja <kavindra.palaraja@nokia.com>2009-06-03 10:14:49 +0200
commit10b1e68d07746fde5ec6d6d2fc3f46fb803a2462 (patch)
tree31d4312c063a5c522a5448519a6646f2d5cfccfe /doc
parentb469fd9aac5c0e4a87ea1a9be254b566c0353702 (diff)
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 3b0d2bc1d5..3ec883f26a 100644
--- a/doc/src/tutorials/addressbook.qdoc
+++ b/doc/src/tutorials/addressbook.qdoc
@@ -303,7 +303,7 @@
Within the constructor of \c AddressBook, we set the \c nameLine and
\c addressText to read-only, so that we can only display but not edit
- existing cotact details.
+ existing contact details.
\dots
\snippet tutorials/addressbook/part2/addressbook.cpp setting readonly 1