summaryrefslogtreecommitdiffstats
path: root/addon/doxywizard/expert.cpp
diff options
context:
space:
mode:
authororbitcowboy <ettl.martin78@gmail.com>2014-12-10 11:04:31 (GMT)
committerorbitcowboy <ettl.martin78@gmail.com>2014-12-10 11:04:31 (GMT)
commit6920d3ec6db21cec32086249a48875cbac957470 (patch)
tree7b1ee20a26f3478e9cc1b866326ffe72cf228e69 /addon/doxywizard/expert.cpp
parentdc37f6c2a42740e6cbd79d1e6c758c5cbc1f10f7 (diff)
downloadDoxygen-6920d3ec6db21cec32086249a48875cbac957470.zip
Doxygen-6920d3ec6db21cec32086249a48875cbac957470.tar.gz
Doxygen-6920d3ec6db21cec32086249a48875cbac957470.tar.bz2
Fixed typos in comments. No functional changes.
Diffstat (limited to 'addon/doxywizard/expert.cpp')
-rw-r--r--addon/doxywizard/expert.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/addon/doxywizard/expert.cpp b/addon/doxywizard/expert.cpp
index 1cc5d15..3a03c69 100644
--- a/addon/doxywizard/expert.cpp
+++ b/addon/doxywizard/expert.cpp
@@ -452,7 +452,7 @@ static QString getDocsForNode(const QDomElement &child)
// LaTeX name as formula -> LaTeX
regexp.setPattern(SA("\\\\f\\$\\\\mbox\\{\\\\LaTeX\\}\\\\f\\$"));
docs.replace(regexp,SA("LaTeX"));
- // Other forula's (now just 2) so explicitely mentioned.
+ // Other formula's (now just 2) so explicitly mentioned.
regexp.setPattern(SA("\\\\f\\$2\\^\\{\\(16\\+\\\\mbox\\{LOOKUP\\\\_CACHE\\\\_SIZE\\}\\)\\}\\\\f\\$"));
docs.replace(regexp,SA("2^(16+LOOKUP_CACHE_SIZE)"));
regexp.setPattern(SA("\\\\f\\$2\\^\\{16\\} = 65536\\\\f\\$"));