summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorTodd Gamblin <tgamblin@llnl.gov>2015-12-22 07:56:54 -0800
committerTodd Gamblin <tgamblin@llnl.gov>2015-12-22 07:56:54 -0800
commit157e42de22c4b54924144e99e728f9aa01778a6a (patch)
treedf8deb9d72077a66eb9f6579235f8d7144d44513 /bin
parent642ee87fcc6ade1b60568ccbb70fab03b5137e1b (diff)
parent61f07b0c4d50c831d4723341c1a896c54d82c221 (diff)
downloadspack-157e42de22c4b54924144e99e728f9aa01778a6a.tar.gz
spack-157e42de22c4b54924144e99e728f9aa01778a6a.tar.bz2
spack-157e42de22c4b54924144e99e728f9aa01778a6a.tar.xz
spack-157e42de22c4b54924144e99e728f9aa01778a6a.zip
Merge pull request #264 from nolta/typos
fix a few comment typos
Diffstat (limited to 'bin')
-rwxr-xr-xbin/spack2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/spack b/bin/spack
index a0b260ccaf..cd46cf6180 100755
--- a/bin/spack
+++ b/bin/spack
@@ -150,7 +150,7 @@ def main():
sys.stderr.write('\n')
tty.die("Keyboard interrupt.")
- # Allow commands to return values if they want to exit with some ohter code.
+ # Allow commands to return values if they want to exit with some other code.
if return_val is None:
sys.exit(0)
elif isinstance(return_val, int):