diff options
author | Adam J. Stewart <ajstewart426@gmail.com> | 2016-01-20 17:19:01 -0600 |
---|---|---|
committer | Adam J. Stewart <ajstewart426@gmail.com> | 2016-01-20 17:19:01 -0600 |
commit | 088b6f0ea9953a3f007d207d06ca3150f83b3be4 (patch) | |
tree | d166c1e1ad63c0701b20d29eaf427fa59f17cd6e /lib | |
parent | ce5ecda534f36eab48d47d035df7a8c07bc4a4a0 (diff) | |
download | spack-088b6f0ea9953a3f007d207d06ca3150f83b3be4.tar.gz spack-088b6f0ea9953a3f007d207d06ca3150f83b3be4.tar.bz2 spack-088b6f0ea9953a3f007d207d06ca3150f83b3be4.tar.xz spack-088b6f0ea9953a3f007d207d06ca3150f83b3be4.zip |
Fixed typo when running spack help
Diffstat (limited to 'lib')
-rw-r--r-- | lib/spack/spack/cmd/location.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/spack/spack/cmd/location.py b/lib/spack/spack/cmd/location.py index 39c225e9b2..307ee8982d 100644 --- a/lib/spack/spack/cmd/location.py +++ b/lib/spack/spack/cmd/location.py @@ -32,7 +32,7 @@ from llnl.util.filesystem import join_path import spack import spack.cmd -description="Print out locations of various diectories used by Spack" +description="Print out locations of various directories used by Spack" def setup_parser(subparser): global directories |