summaryrefslogtreecommitdiffstats
path: root/qtools/qdict.doc
diff options
context:
space:
mode:
Diffstat (limited to 'qtools/qdict.doc')
-rw-r--r--qtools/qdict.doc2
1 files changed, 1 insertions, 1 deletions
diff --git a/qtools/qdict.doc b/qtools/qdict.doc
index d9f6ca5..d2e26c0 100644
--- a/qtools/qdict.doc
+++ b/qtools/qdict.doc
@@ -52,7 +52,7 @@
The key is used for inserting and looking up an item. QDict has
\l QString keys, which are Unicode strings. If you want to use
non-Unicode, plain 8-bit \c char* keys, use the QAsciiDict template.
- A QDict has the same performace as a QAsciiDict.
+ A QDict has the same performance as a QAsciiDict.
The dictionary has very fast insertion and lookup.