Fix trivial typographic error ("flavor" => "flavour")

This commit is contained in:
Chris Lamb 2008-06-15 00:36:20 +01:00 committed by Daniel Baumann
parent 21592c73bc
commit 7b881914d4
1 changed files with 1 additions and 1 deletions

View File

@ -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
;;
esac