diff options
author | Todd Gamblin <tgamblin@llnl.gov> | 2016-07-12 13:53:52 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-07-12 13:53:52 -0700 |
commit | 27aa265abda39453d106b75c1131f00a0a50f25c (patch) | |
tree | 804bd948036874e43a06d8883450f0764e58f639 /lib | |
parent | 069de3f00897b0108243539730c00a83ecb55f09 (diff) | |
parent | fbaff33f3f5cf9b3fdd7dfa95b965bd33b6d17fb (diff) | |
download | spack-27aa265abda39453d106b75c1131f00a0a50f25c.tar.gz spack-27aa265abda39453d106b75c1131f00a0a50f25c.tar.bz2 spack-27aa265abda39453d106b75c1131f00a0a50f25c.tar.xz spack-27aa265abda39453d106b75c1131f00a0a50f25c.zip |
Merge pull request #1211 from hartzell/patch-3
Typo: verison -> version
Diffstat (limited to 'lib')
-rw-r--r-- | lib/spack/spack/cmd/setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/spack/spack/cmd/setup.py b/lib/spack/spack/cmd/setup.py index 02e9bfd281..04f3d663df 100644 --- a/lib/spack/spack/cmd/setup.py +++ b/lib/spack/spack/cmd/setup.py @@ -44,7 +44,7 @@ def setup_parser(subparser): help="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 setup(self, args): |