summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorAdam J. Stewart <ajstewart426@gmail.com>2019-05-18 21:00:46 -0500
committerGitHub <noreply@github.com>2019-05-18 21:00:46 -0500
commit6b068a855e1b95d1bbd7da1838e80154694b5b08 (patch)
tree172a73ac9f28524b2126d1285a9d7e75e24cff7e /bin
parent92604ed5760cbde70d0d705b5fab0a2682b1eb66 (diff)
downloadspack-6b068a855e1b95d1bbd7da1838e80154694b5b08.tar.gz
spack-6b068a855e1b95d1bbd7da1838e80154694b5b08.tar.bz2
spack-6b068a855e1b95d1bbd7da1838e80154694b5b08.tar.xz
spack-6b068a855e1b95d1bbd7da1838e80154694b5b08.zip
Fix typo in spack executable (#11512)
Diffstat (limited to 'bin')
-rwxr-xr-xbin/spack2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/spack b/bin/spack
index 87fd9c3090..7c911ce9f2 100755
--- a/bin/spack
+++ b/bin/spack
@@ -35,7 +35,7 @@ sys.path.insert(0, spack_external_libs)
# (see #9206 for a broader description of the issue).
#
# Briefly: ruamel.yaml produces a .pth file when installed with pip that
-# makes the site installed package the preferred one, even tough sys.path
+# makes the site installed package the preferred one, even though sys.path
# is modified to point to another version of ruamel.yaml.
if 'ruamel.yaml' in sys.modules:
del sys.modules['ruamel.yaml']