diff options
author | Chris Lamb <chris@chris-lamb.co.uk> | 2008-06-15 00:36:20 +0100 |
---|---|---|
committer | Chris Lamb <chris@chris-lamb.co.uk> | 2008-06-15 00:36:20 +0100 |
commit | cd7689e4cec7fee563ebe7b85b15fca10097194d (patch) | |
tree | 294b54ce9ae634015fee95c85b48d7b35d589130 /helpers | |
parent | 5d70e02dd186a0737c1f1bf0dbdfcd5805e61ec8 (diff) | |
download | vyos-live-build-cd7689e4cec7fee563ebe7b85b15fca10097194d.tar.gz vyos-live-build-cd7689e4cec7fee563ebe7b85b15fca10097194d.zip |
Fix trivial typographic error ("flavor" => "flavour")
Signed-off-by: Chris Lamb <chris@chris-lamb.co.uk>
Diffstat (limited to 'helpers')
-rwxr-xr-x | helpers/lh_binary_debian-installer | 2 |
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 |