summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authoralbert-github <albert.tests@gmail.com>2019-11-04 14:14:21 (GMT)
committeralbert-github <albert.tests@gmail.com>2019-11-04 14:14:21 (GMT)
commit812122864c7474e434606a3377deead0defb0be0 (patch)
tree1437e8b31477f301ddb2574478874921162597fb /templates
parentcc4675afcc5f6825b9302fd0915c0c4148f555ab (diff)
downloadDoxygen-812122864c7474e434606a3377deead0defb0be0.zip
Doxygen-812122864c7474e434606a3377deead0defb0be0.tar.gz
Doxygen-812122864c7474e434606a3377deead0defb0be0.tar.bz2
Spelling corrections for templates directory
Spelling corrections as found by codespell and in #561. One reported problem was already fixed, others are fixed here.
Diffstat (limited to 'templates')
-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 %}