From cd7689e4cec7fee563ebe7b85b15fca10097194d Mon Sep 17 00:00:00 2001 From: Chris Lamb Date: Sun, 15 Jun 2008 00:36:20 +0100 Subject: [PATCH] Fix trivial typographic error ("flavor" => "flavour") Signed-off-by: Chris Lamb --- helpers/lh_binary_debian-installer | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helpers/lh_binary_debian-installer b/helpers/lh_binary_debian-installer index 2182a2bf5..f4d02f67e 100755 --- a/helpers/lh_binary_debian-installer +++ b/helpers/lh_binary_debian-installer @@ -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