Fix trivial typographic error ("flavor" => "flavour")
Signed-off-by: Chris Lamb <chris@chris-lamb.co.uk>
This commit is contained in:
parent
5d70e02dd1
commit
cd7689e4ce
|
@ -43,7 +43,7 @@ case "${LH_DEBIAN_INSTALLER}" in
|
||||||
;;
|
;;
|
||||||
|
|
||||||
*)
|
*)
|
||||||
Echo_error "debian-installer flavor ${LH_DEBIAN_INSTALLER} not supported."
|
Echo_error "debian-installer flavour ${LH_DEBIAN_INSTALLER} not supported."
|
||||||
exit 1
|
exit 1
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
Loading…
Reference in New Issue