Fix typo in module template (#12028)

This commit is contained in:
Adam J. Stewart
2019-07-15 20:54:20 -05:00
committed by GitHub
parent e3b513874b
commit 41f5b09a98

View File

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