summaryrefslogtreecommitdiffstats
path: root/qtools
diff options
context:
space:
mode:
authorArmin Müller <27155134+arm-in@users.noreply.github.com>2018-06-19 20:27:54 (GMT)
committerGitHub <noreply@github.com>2018-06-19 20:27:54 (GMT)
commitf0161c38ed53b2cf2cbccccfb85474b36aaa80a2 (patch)
tree2a00e414684fe806f741cb2c962cd5f0051518f5 /qtools
parent1ef338604f827edbdc0cb9b627ff141a050f5b2a (diff)
downloadDoxygen-f0161c38ed53b2cf2cbccccfb85474b36aaa80a2.zip
Doxygen-f0161c38ed53b2cf2cbccccfb85474b36aaa80a2.tar.gz
Doxygen-f0161c38ed53b2cf2cbccccfb85474b36aaa80a2.tar.bz2
Update qdict.doc
Diffstat (limited to 'qtools')
-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.