summaryrefslogtreecommitdiffstats
path: root/doc/html/qsettings.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/qsettings.html')
-rw-r--r--doc/html/qsettings.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/html/qsettings.html b/doc/html/qsettings.html
index cf911a97..9a943330 100644
--- a/doc/html/qsettings.html
+++ b/doc/html/qsettings.html
@@ -548,7 +548,7 @@ Writes the boolean entry <em>value</em> into key <em>key</em>. The <em>key</em>
created if it doesn't exist. Any previous value is overwritten by <em>value</em>.
<p> If an error occurs the settings are left unchanged and FALSE is
returned; otherwise TRUE is returned.
-<p> <b>Warning:</b> On certain platforms, keys are retquired to contain at least
+<p> <b>Warning:</b> On certain platforms, keys are required to contain at least
two components (e.g., "/foo/bar"). This limitation does not apply to
TQt 4.
<p> <p>See also <a href="#readListEntry">readListEntry</a>(), <a href="#readNumEntry">readNumEntry</a>(), <a href="#readDoubleEntry">readDoubleEntry</a>(), <a href="#readBoolEntry">readBoolEntry</a>(), and <a href="#removeEntry">removeEntry</a>().