From 6b068a855e1b95d1bbd7da1838e80154694b5b08 Mon Sep 17 00:00:00 2001
From: "Adam J. Stewart" <ajstewart426@gmail.com>
Date: Sat, 18 May 2019 21:00:46 -0500
Subject: [PATCH] Fix typo in spack executable (#11512)

---
 bin/spack | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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']
-- 
GitLab