diff options
author | Adam J. Stewart <ajstewart426@gmail.com> | 2019-07-15 20:54:20 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-07-15 20:54:20 -0500 |
commit | 41f5b09a98c36d7a926667b8427a3d24c158f9fd (patch) | |
tree | 517dd4e84632561b226aacfee5aa207a5f274980 | |
parent | e3b513874b7e29437c9e11cfe91272e8729cb6f6 (diff) | |
download | spack-41f5b09a98c36d7a926667b8427a3d24c158f9fd.tar.gz spack-41f5b09a98c36d7a926667b8427a3d24c158f9fd.tar.bz2 spack-41f5b09a98c36d7a926667b8427a3d24c158f9fd.tar.xz spack-41f5b09a98c36d7a926667b8427a3d24c158f9fd.zip |
Fix typo in module template (#12028)
-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 %} |