summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKavindra Devi Palaraja <kavindra.palaraja@nokia.com>2009-06-05 13:59:59 (GMT)
committerJason McDonald <jason.mcdonald@nokia.com>2009-06-07 02:48:42 (GMT)
commit807fee77d6bbb01c96dc9b2b505d5ea6db04b49f (patch)
tree8c519ff06e21d374185cdaaa9a59495b03aec1e5
parent8d4b053e3c1ccc5f49b55875af66e9f9ac41049e (diff)
downloadQt-807fee77d6bbb01c96dc9b2b505d5ea6db04b49f.zip
Qt-807fee77d6bbb01c96dc9b2b505d5ea6db04b49f.tar.gz
Qt-807fee77d6bbb01c96dc9b2b505d5ea6db04b49f.tar.bz2
Doc - fixed another typo
Reviewed-By: TrustMe (cherry picked from commit 4515b690829a639283a9b660893ff3f0f7ff598b)
-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 212cbf4..775cfb4 100644
--- a/doc/src/tutorials/addressbook.qdoc
+++ b/doc/src/tutorials/addressbook.qdoc
@@ -539,7 +539,7 @@
edit and remove functions so that a contact's details can be changed
when needed. However, this requires a little improvement, in the form of
enums. In our previous chapters, we had two modes: \c{AddingMode} and
- \c{NavigationMode} - but they weren't defined as enums. Instead, we
+ \c{NavigationMode} - but they were not defined as enums. Instead, we
enabled and disabled the corresponding buttons manually, resulting in
multiple lines of repeated code.