summaryrefslogtreecommitdiff
path: root/share/spack/templates/modules/modulefile.lua
diff options
context:
space:
mode:
Diffstat (limited to 'share/spack/templates/modules/modulefile.lua')
-rw-r--r--share/spack/templates/modules/modulefile.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/share/spack/templates/modules/modulefile.lua b/share/spack/templates/modules/modulefile.lua
index e4b589d7dc..146a8e882d 100644
--- a/share/spack/templates/modules/modulefile.lua
+++ b/share/spack/templates/modules/modulefile.lua
@@ -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 %}