Typo: Unkown -> Unknown (#11150)

This commit is contained in:
George Hartzell 2019-04-09 16:36:45 -07:00 committed by Adam J. Stewart
parent 1f1ea2c859
commit 0256766ab9

2
lib/spack/env/cc vendored
View file

@ -131,7 +131,7 @@ case "$command" in
mode=ld mode=ld
;; ;;
*) *)
die "Unkown compiler: $command" die "Unknown compiler: $command"
;; ;;
esac esac