summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorBen Boeckel <ben.boeckel@kitware.com>2017-10-13 11:26:36 -0400
committerscheibelp <scheibel1@llnl.gov>2017-11-02 18:45:40 -0700
commitf31b47c3537eb5ae6e2b5917db41ebfe31eb5f50 (patch)
tree10e53f226b8f33aacffbd31b04420421166821d5 /lib
parent6f9bf197a576c9a6ec2186d4f8974870d6248e52 (diff)
downloadspack-f31b47c3537eb5ae6e2b5917db41ebfe31eb5f50.tar.gz
spack-f31b47c3537eb5ae6e2b5917db41ebfe31eb5f50.tar.bz2
spack-f31b47c3537eb5ae6e2b5917db41ebfe31eb5f50.tar.xz
spack-f31b47c3537eb5ae6e2b5917db41ebfe31eb5f50.zip
cmd/test: fix a typo in a comment
Diffstat (limited to 'lib')
-rw-r--r--lib/spack/spack/cmd/test.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/spack/spack/cmd/test.py b/lib/spack/spack/cmd/test.py
index abff6c7840..b0ae34e1c8 100644
--- a/lib/spack/spack/cmd/test.py
+++ b/lib/spack/spack/cmd/test.py
@@ -96,7 +96,7 @@ def test(parser, args, unknown_args):
pytest.main(['-h'])
return
- # pytest.ini lives in the root of the sapck repository.
+ # pytest.ini lives in the root of the spack repository.
with working_dir(spack.prefix):
# --list and --long-list print the test output better.
if args.list or args.long_list: