Typo: Unkown -> Unknown (#11150)
This commit is contained in:
parent
1f1ea2c859
commit
0256766ab9
1 changed files with 1 additions and 1 deletions
2
lib/spack/env/cc
vendored
2
lib/spack/env/cc
vendored
|
@ -131,7 +131,7 @@ case "$command" in
|
||||||
mode=ld
|
mode=ld
|
||||||
;;
|
;;
|
||||||
*)
|
*)
|
||||||
die "Unkown compiler: $command"
|
die "Unknown compiler: $command"
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue