summaryrefslogtreecommitdiffstats
path: root/qtools/qdict.doc
diff options
context:
space:
mode:
authorDimitri van Heesch <dimitri@stack.nl>2018-06-24 08:45:02 (GMT)
committerGitHub <noreply@github.com>2018-06-24 08:45:02 (GMT)
commit9502844d67323ca12bb8c46f3a352c5990d44d74 (patch)
tree2cd231a866f17f13de40d70b33030d72a8505917 /qtools/qdict.doc
parent8e767d891c68f9ac71c9d75ea963f0ae5cc0edce (diff)
parent8332bb2b04312c21897000c78a602eca09597f7d (diff)
downloadDoxygen-9502844d67323ca12bb8c46f3a352c5990d44d74.zip
Doxygen-9502844d67323ca12bb8c46f3a352c5990d44d74.tar.gz
Doxygen-9502844d67323ca12bb8c46f3a352c5990d44d74.tar.bz2
Merge pull request #774 from arm-in/master
Typos found by running "codespell"
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 d2e26c0..a414d3f 100644
--- a/qtools/qdict.doc
+++ b/qtools/qdict.doc
@@ -171,7 +171,7 @@
Setting \e size to a suitably large \link primes.html prime
number\endlink (equal to or greater than the expected number of entries)
- makes the hash distribution better and hence the loopup faster.
+ makes the hash distribution better and hence the lookup faster.
Setting \e caseSensitive to TRUE will treat "abc" and "Abc" as different
keys. Setting it to FALSE will make the dictionary ignore case.