diff options
author | Chris Lamb <lamby@debian.org> | 2010-07-29 23:02:54 -0400 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2010-07-30 05:17:16 +0200 |
commit | 22d9ff8d137696ed9049f035f7183a405c40e010 (patch) | |
tree | 1f1d53121beea16858db4e7a3762f6a775c1b959 /functions | |
parent | e7909fdb4185fb2ad96cd9fc7dc140b1de54dbeb (diff) | |
download | vyos-live-build-22d9ff8d137696ed9049f035f7183a405c40e010.tar.gz vyos-live-build-22d9ff8d137696ed9049f035f7183a405c40e010.zip |
Fixing spelling typo.
Diffstat (limited to 'functions')
-rwxr-xr-x | functions/defaults.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/functions/defaults.sh b/functions/defaults.sh index 27517e7b7..12141ddb7 100755 --- a/functions/defaults.sh +++ b/functions/defaults.sh @@ -1109,7 +1109,7 @@ Check_defaults () exit 1 elif [ ${CURRENT_CONFIG_VERSION} -eq 1 ] then - Echo_error "This config tree is too old for this version of live-heloer (${VERSION})." + Echo_error "This config tree is too old for this version of live-helper (${VERSION})." Echo_error "Aborting build, please repopulate the config tree." exit 1 elif [ ${CURRENT_CONFIG_VERSION} -lt 1 ] |