diff options
author | George Hartzell <hartzell@alerce.com> | 2019-03-21 03:17:41 -0700 |
---|---|---|
committer | Massimiliano Culpo <massimiliano.culpo@gmail.com> | 2019-03-21 11:17:41 +0100 |
commit | aa1e70aab141eef94e6dbc0ae73ead30a0bf28a0 (patch) | |
tree | a70ed5f64bdf97f077dc424ed79acc8feafba24f /lib | |
parent | 70e436e932d001af2d7e56514d35982434a5c239 (diff) | |
download | spack-aa1e70aab141eef94e6dbc0ae73ead30a0bf28a0.tar.gz spack-aa1e70aab141eef94e6dbc0ae73ead30a0bf28a0.tar.bz2 spack-aa1e70aab141eef94e6dbc0ae73ead30a0bf28a0.tar.xz spack-aa1e70aab141eef94e6dbc0ae73ead30a0bf28a0.zip |
Minor commentary correction, TCL -> lmod (#10951)
Diffstat (limited to 'lib')
-rw-r--r-- | lib/spack/spack/modules/lmod.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/spack/spack/modules/lmod.py b/lib/spack/spack/modules/lmod.py index c69570d1ce..90d5440ba3 100644 --- a/lib/spack/spack/modules/lmod.py +++ b/lib/spack/spack/modules/lmod.py @@ -18,7 +18,7 @@ import spack.tengine as tengine from .common import BaseConfiguration, BaseFileLayout from .common import BaseContext, BaseModuleFileWriter -#: TCL specific part of the configuration +#: lmod specific part of the configuration configuration = spack.config.get('modules:lmod', {}) #: Caches the configuration {spec_hash: configuration} |