summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKavindra Devi Palaraja <kavindra.palaraja@nokia.com>2009-06-05 13:59:59 (GMT)
committerKavindra Devi Palaraja <kavindra.palaraja@nokia.com>2009-06-05 13:59:59 (GMT)
commit4515b690829a639283a9b660893ff3f0f7ff598b (patch)
treec7f6daad6db2b47f320c0a465df96dcce070fa4c
parentf6fc34ea5b247d1b56e113663958176b095a58a6 (diff)
downloadQt-4515b690829a639283a9b660893ff3f0f7ff598b.zip
Qt-4515b690829a639283a9b660893ff3f0f7ff598b.tar.gz
Qt-4515b690829a639283a9b660893ff3f0f7ff598b.tar.bz2
Doc - fixed another typo
Reviewed-By: TrustMe
-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 e5657e7..4de334d 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.