summaryrefslogtreecommitdiffstats
path: root/src/corelib/io/qsettings.cpp
diff options
context:
space:
mode:
authorLaszlo Papp <lpapp@kde.org>2022-06-11 14:23:35 +0100
committerVolker Hilsheimer <volker.hilsheimer@qt.io>2022-06-11 17:49:43 +0000
commite35fc908fdb831e3aef9f539239662e434b1ef13 (patch)
tree81bb2110e884396272d88b313a4b9adb20138a56 /src/corelib/io/qsettings.cpp
parenteee9d252028c4b3b743c77a406cd6939eda3962f (diff)
QSettings: fix a typo in the doc
Pick-to: 6.4 6.3 6.2 Change-Id: I059f603f3cc66a40e84179ac3f2a07de3bf31761 Reviewed-by: Volker Hilsheimer <volker.hilsheimer@qt.io>
Diffstat (limited to 'src/corelib/io/qsettings.cpp')
-rw-r--r--src/corelib/io/qsettings.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/corelib/io/qsettings.cpp b/src/corelib/io/qsettings.cpp
index 7e5d40108d..100c3efa94 100644
--- a/src/corelib/io/qsettings.cpp
+++ b/src/corelib/io/qsettings.cpp
@@ -2448,7 +2448,7 @@ void QConfFileSettingsPrivate::ensureSectionParsed(QConfFile *confFile,
\section2 Compatibility with older Qt versions
Please note that this behavior is different to how QSettings behaved
- in versions of Qt prior to Qt 6. INI files written with Qt 5 or earlier aree
+ in versions of Qt prior to Qt 6. INI files written with Qt 5 or earlier are
however fully readable by a Qt 6 based application (unless a ini codec
different from utf8 had been set). But INI files written with Qt 6
will only be readable by older Qt versions if you set the "iniCodec" to