Skip to content

Commit

Permalink
Spelling corrections for templates directory
Browse files Browse the repository at this point in the history
Spelling corrections as found by codespell and in #561.

One reported problem was already fixed, others are fixed here.
  • Loading branch information
albert-github committed Nov 4, 2019
1 parent cc4675a commit 8121228
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion templates/html/htmllayout.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -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 %}
Expand Down
2 changes: 1 addition & 1 deletion templates/html/htmltypeconstraints.tpl
Original file line number Diff line number Diff line change
@@ -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 %}
Expand Down

0 comments on commit 8121228

Please sign in to comment.