diff options
Diffstat (limited to 'share')
-rw-r--r-- | share/spack/templates/modules/modulefile.tcl | 2 |
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 %} |