Fix case spelling for Lmod and Tcl (#36215)

This commit is contained in:
Xavier Delaruelle
2023-03-19 02:42:50 +01:00
committed by GitHub
parent 4ffdde94ef
commit df97827a7b
26 changed files with 46 additions and 46 deletions

View File

@@ -83,5 +83,5 @@ unsetenv("{{ cmd.name }}")
{% endblock %}
{% block footer %}
{# In case the module needs to be extended with custom LUA code #}
{# In case the module needs to be extended with custom Lua code #}
{% endblock %}

View File

@@ -78,5 +78,5 @@ unsetenv {{ cmd.name }}
{% endblock %}
{% block footer %}
{# In case the module needs to be extended with custom TCL code #}
{# In case the module needs to be extended with custom Tcl code #}
{% endblock %}