diff options
author | Todd Gamblin <tgamblin@llnl.gov> | 2016-07-11 09:43:52 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-07-11 09:43:52 -0700 |
commit | a729c332c845c5c34124844466dea616e13cafdb (patch) | |
tree | 7fc04a9980440b7677a64cec5175716a9e4745fd | |
parent | 691e628726404832baed37f244dee136533d2f15 (diff) | |
parent | 1682257b35b0c1089a723fac7996063e9c3d2729 (diff) | |
download | spack-a729c332c845c5c34124844466dea616e13cafdb.tar.gz spack-a729c332c845c5c34124844466dea616e13cafdb.tar.bz2 spack-a729c332c845c5c34124844466dea616e13cafdb.tar.xz spack-a729c332c845c5c34124844466dea616e13cafdb.zip |
Merge pull request #1210 from hartzell/patch-2
Typo: verison -> version
-rw-r--r-- | lib/spack/spack/cmd/diy.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/spack/spack/cmd/diy.py b/lib/spack/spack/cmd/diy.py index 39faf59a17..643e6374b2 100644 --- a/lib/spack/spack/cmd/diy.py +++ b/lib/spack/spack/cmd/diy.py @@ -50,7 +50,7 @@ def setup_parser(subparser): help="Do not display verbose build output while installing.") subparser.add_argument( 'spec', nargs=argparse.REMAINDER, - help="specs to use for install. Must contain package AND verison.") + help="specs to use for install. Must contain package AND version.") def diy(self, args): |