summaryrefslogtreecommitdiff
path: root/doc/src/datastorage.qdoc
diff options
context:
space:
mode:
Diffstat (limited to 'doc/src/datastorage.qdoc')
-rw-r--r--doc/src/datastorage.qdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/datastorage.qdoc b/doc/src/datastorage.qdoc
index 2906a4db..d887af1b 100644
--- a/doc/src/datastorage.qdoc
+++ b/doc/src/datastorage.qdoc
@@ -236,7 +236,7 @@ The QSettings class provides persistent storage of application settings.
An application usually remembers its settings from the previous session.
Settings are stored differently on different platforms. For example,
-on Windows they are stored in the registry, whereas, on MAC OS X they are
+on Windows they are stored in the registry, whereas, on OS X they are
stored in XML files.
QSettings enable you to save and restore application settings in a portable