summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorAdam J. Stewart <ajstewart426@gmail.com>2020-01-15 15:16:12 -0600
committerGitHub <noreply@github.com>2020-01-15 15:16:12 -0600
commit3cd6938d802696747e34dd1e496bb5e52afdb5d2 (patch)
tree25c9b73822ee83925c36cff83e86d5ae97d3aabb /lib
parent027142bcfcc2acaaade81c4401c65519b7d83b73 (diff)
downloadspack-3cd6938d802696747e34dd1e496bb5e52afdb5d2.tar.gz
spack-3cd6938d802696747e34dd1e496bb5e52afdb5d2.tar.bz2
spack-3cd6938d802696747e34dd1e496bb5e52afdb5d2.tar.xz
spack-3cd6938d802696747e34dd1e496bb5e52afdb5d2.zip
Fix typo in modules docstring (#14521)
Diffstat (limited to 'lib')
-rw-r--r--lib/spack/spack/modules/common.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/spack/spack/modules/common.py b/lib/spack/spack/modules/common.py
index 9ecee48810..517c9a0270 100644
--- a/lib/spack/spack/modules/common.py
+++ b/lib/spack/spack/modules/common.py
@@ -211,7 +211,7 @@ def root_path(name):
"""Returns the root folder for module file installation.
Args:
- name: name of the module system t be used (e.g. 'tcl')
+ name: name of the module system to be used (e.g. 'tcl')
Returns:
root folder for module file installation