summaryrefslogtreecommitdiff
path: root/functions
diff options
context:
space:
mode:
authorChris Lamb <lamby@debian.org>2010-07-29 23:02:54 -0400
committerDaniel Baumann <daniel@debian.org>2011-03-09 19:17:16 +0100
commita0fcfedb0b2cc1b6cb6308d220c7c3b90e075f7e (patch)
tree1f1d53121beea16858db4e7a3762f6a775c1b959 /functions
parent06ae58e7a00226966c01a4462bcf0cab38079f70 (diff)
downloadlive-build-a0fcfedb0b2cc1b6cb6308d220c7c3b90e075f7e.zip
live-build-a0fcfedb0b2cc1b6cb6308d220c7c3b90e075f7e.tar.gz
Fixing spelling typo.
Diffstat (limited to 'functions')
-rwxr-xr-xfunctions/defaults.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/functions/defaults.sh b/functions/defaults.sh
index 27517e7..12141dd 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 ]