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

Signed-off-by: Chris Lamb <chris@chris-lamb.co.uk>
This commit is contained in:
Chris Lamb 2008-06-15 00:36:20 +01:00
parent 5d70e02dd1
commit cd7689e4ce
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