diff options
author | luzpaz <kunda@scribus.net> | 2017-12-23 16:50:49 (GMT) |
---|---|---|
committer | luzpaz <kunda@scribus.net> | 2017-12-23 16:52:14 (GMT) |
commit | 9fd7f3aeb4c2e78bda669bf4ef6fff1c12c062a4 (patch) | |
tree | 998cae2d5a219eb49b12903500d5692fe5fbe3c3 /src/configgen.py | |
parent | 4f45bd20d4da7d40c793ec4c4c13558581e995ac (diff) | |
download | Doxygen-9fd7f3aeb4c2e78bda669bf4ef6fff1c12c062a4.zip Doxygen-9fd7f3aeb4c2e78bda669bf4ef6fff1c12c062a4.tar.gz Doxygen-9fd7f3aeb4c2e78bda669bf4ef6fff1c12c062a4.tar.bz2 |
Misc. typos
Super trivial typos
Some are in qtools/ which I know is a 3rd party dependency but as we know is now obsolete upstream. I reckon it wouldn't be much of an issue to merge neverthless
Tacked on several more commits
Diffstat (limited to 'src/configgen.py')
-rwxr-xr-x | src/configgen.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/configgen.py b/src/configgen.py index 3b86954..33857b7 100755 --- a/src/configgen.py +++ b/src/configgen.py @@ -63,7 +63,7 @@ def transformDocs(doc): doc = re.sub('<a +href="([^"]*)" *>([^<]*)</a>', '\\2 (see: \\1)', doc) # LaTeX name as formula -> LaTeX doc = doc.replace("\\f$\\mbox{\\LaTeX}\\f$", "LaTeX") - # Other forula's (now just 2) so explicitely mentioned. + # Other formula's (now just 2) so explicitly mentioned. doc = doc.replace("\\f$2^{(16+\\mbox{LOOKUP\\_CACHE\\_SIZE})}\\f$", "2^(16+LOOKUP_CACHE_SIZE)") doc = doc.replace("\\f$2^{16} = 65536\\f$", "2^16=65536") |