summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDimitri van Heesch <doxygen@gmail.com>2019-11-06 19:04:58 (GMT)
committerGitHub <noreply@github.com>2019-11-06 19:04:58 (GMT)
commit3b4eee542354d553f195f71d98dac5dc040ba826 (patch)
tree31c9d2eb2373fc7a0cc09b2caf0fb8a2c248e41d
parent132a9f7fc39a5e16922dc8677eeb0cf5f3f21297 (diff)
parent812122864c7474e434606a3377deead0defb0be0 (diff)
downloadDoxygen-3b4eee542354d553f195f71d98dac5dc040ba826.zip
Doxygen-3b4eee542354d553f195f71d98dac5dc040ba826.tar.gz
Doxygen-3b4eee542354d553f195f71d98dac5dc040ba826.tar.bz2
Merge pull request #7374 from albert-github/feature/bug_spell_templates
Spelling corrections for templates directory
-rw-r--r--templates/html/htmllayout.tpl2
-rw-r--r--templates/html/htmltypeconstraints.tpl2
2 files changed, 2 insertions, 2 deletions
diff --git a/templates/html/htmllayout.tpl b/templates/html/htmllayout.tpl
index a40bdbc..b434d0c 100644
--- a/templates/html/htmllayout.tpl
+++ b/templates/html/htmllayout.tpl
@@ -98,7 +98,7 @@
{# write the file sources #}
{% for compound in fileList %}
{% with page=compound %}
- {# TODO: to deal with clang optimisation, we need to write the sources in a different order! #}
+ {# TODO: to deal with clang optimization, we need to write the sources in a different order! #}
{% if compound.hasSourceFile %}
{% create compound.sourceFileName|append:config.HTML_FILE_EXTENSION from 'htmlsource.tpl' %}
{% endif %}
diff --git a/templates/html/htmltypeconstraints.tpl b/templates/html/htmltypeconstraints.tpl
index b5a8cd0..ccb3579 100644
--- a/templates/html/htmltypeconstraints.tpl
+++ b/templates/html/htmltypeconstraints.tpl
@@ -1,6 +1,6 @@
{# obj should be a class or member #}
{% if obj.typeConstraints %}
- <div class="typecontraint">
+ <div class="typeconstraint">
<dl><dt><b>{{ tr.typeConstraints }}</b></dt>
<dd><table border="0" cellspacing="2" cellpadding="0">
{% for arg in obj.typeConstraints %}