summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNico Vertriest <nico.vertriest@digia.com>2015-07-15 14:35:14 +0200
committerNico Vertriest <nico.vertriest@digia.com>2015-07-15 13:57:10 +0000
commitbd3cb718baf7b891b7e75881a204a9b2575658c0 (patch)
tree0374f398dbac77ffa3d04c7eac7976c035452285
parent6e815c0226fef61f05d50217c540b7d37808d7f0 (diff)
downloadqtdoc-bd3cb718baf7b891b7e75881a204a9b2575658c0.tar.gz
Doc: replace Mac OS X with OS X
Change-Id: I0095b485210f0521705bb1d353a6d0c2f96db583 Task-number: QTBUG-40759 Reviewed-by: Martin Smith <martin.smith@digia.com> Reviewed-by: Topi Reiniƶ <topi.reinio@digia.com>
-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