diff options
-rw-r--r-- | lib/spack/spack/cmd/test.py | 2 |
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: |