diff options
Diffstat (limited to 'templates/html/htmllayout.tpl')
-rw-r--r-- | templates/html/htmllayout.tpl | 2 |
1 files changed, 1 insertions, 1 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 %} |