summaryrefslogtreecommitdiff
path: root/helpers/lh_binary_debian-installer
diff options
context:
space:
mode:
authorChris Lamb <chris@chris-lamb.co.uk>2008-06-15 00:36:20 +0100
committerDaniel Baumann <daniel@debian.org>2011-03-09 19:03:35 +0100
commit7b881914d463845c5032649c0d9b1206fa4724a1 (patch)
tree294b54ce9ae634015fee95c85b48d7b35d589130 /helpers/lh_binary_debian-installer
parent21592c73bc898af3185358a84d57e37805fc296a (diff)
downloadvyos-live-build-7b881914d463845c5032649c0d9b1206fa4724a1.tar.gz
vyos-live-build-7b881914d463845c5032649c0d9b1206fa4724a1.zip
Fix trivial typographic error ("flavor" => "flavour")
Diffstat (limited to 'helpers/lh_binary_debian-installer')
-rwxr-xr-xhelpers/lh_binary_debian-installer2
1 files changed, 1 insertions, 1 deletions
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