From 812122864c7474e434606a3377deead0defb0be0 Mon Sep 17 00:00:00 2001 From: albert-github Date: Mon, 4 Nov 2019 15:14:21 +0100 Subject: Spelling corrections for templates directory Spelling corrections as found by codespell and in #561. One reported problem was already fixed, others are fixed here. --- templates/html/htmllayout.tpl | 2 +- templates/html/htmltypeconstraints.tpl | 2 +- 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 %} -
+
{{ tr.typeConstraints }}
{% for arg in obj.typeConstraints %} -- cgit v0.12