summaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
authorAdam J. Stewart <ajstewart426@gmail.com>2019-07-15 20:54:20 -0500
committerGitHub <noreply@github.com>2019-07-15 20:54:20 -0500
commit41f5b09a98c36d7a926667b8427a3d24c158f9fd (patch)
tree517dd4e84632561b226aacfee5aa207a5f274980 /share
parente3b513874b7e29437c9e11cfe91272e8729cb6f6 (diff)
downloadspack-41f5b09a98c36d7a926667b8427a3d24c158f9fd.tar.gz
spack-41f5b09a98c36d7a926667b8427a3d24c158f9fd.tar.bz2
spack-41f5b09a98c36d7a926667b8427a3d24c158f9fd.tar.xz
spack-41f5b09a98c36d7a926667b8427a3d24c158f9fd.zip
Fix typo in module template (#12028)
Diffstat (limited to 'share')
-rw-r--r--share/spack/templates/modules/modulefile.tcl2
1 files changed, 1 insertions, 1 deletions
diff --git a/share/spack/templates/modules/modulefile.tcl b/share/spack/templates/modules/modulefile.tcl
index 87edc10a64..21dacfedc0 100644
--- a/share/spack/templates/modules/modulefile.tcl
+++ b/share/spack/templates/modules/modulefile.tcl
@@ -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 %}