diff options
author | Dimitri van Heesch <dimitri@stack.nl> | 2018-06-24 08:45:02 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-06-24 08:45:02 (GMT) |
commit | 9502844d67323ca12bb8c46f3a352c5990d44d74 (patch) | |
tree | 2cd231a866f17f13de40d70b33030d72a8505917 /qtools/qdict.doc | |
parent | 8e767d891c68f9ac71c9d75ea963f0ae5cc0edce (diff) | |
parent | 8332bb2b04312c21897000c78a602eca09597f7d (diff) | |
download | Doxygen-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.doc | 2 |
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. |