From 0256766ab9f4c1b3daa4a38b3c702dceff77ad66 Mon Sep 17 00:00:00 2001
From: George Hartzell <hartzell@alerce.com>
Date: Tue, 9 Apr 2019 16:36:45 -0700
Subject: [PATCH] Typo: Unkown -> Unknown (#11150)

---
 lib/spack/env/cc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/spack/env/cc b/lib/spack/env/cc
index 699a590912..199ce1d7e6 100755
--- a/lib/spack/env/cc
+++ b/lib/spack/env/cc
@@ -131,7 +131,7 @@ case "$command" in
         mode=ld
         ;;
     *)
-        die "Unkown compiler: $command"
+        die "Unknown compiler: $command"
         ;;
 esac
 
-- 
GitLab