summaryrefslogtreecommitdiff
path: root/functions/defaults.sh
diff options
context:
space:
mode:
authorKarl Goetz <karl@kgoetz.id.au>2009-11-01 11:43:32 +0100
committerDaniel Baumann <daniel@debian.org>2011-03-09 19:09:48 +0100
commitb17d43784fa5a9c7286615eb87726b3a436b5b98 (patch)
tree57ba60ed9bdb74c034767a6bbdc4f3d0aec20e73 /functions/defaults.sh
parent0e1256d02c316c4714effee6f6bc7c498491379f (diff)
downloadlive-build-b17d43784fa5a9c7286615eb87726b3a436b5b98.zip
live-build-b17d43784fa5a9c7286615eb87726b3a436b5b98.tar.gz
Correcting spelling type in 'wrong config tree version' error message.
Diffstat (limited to 'functions/defaults.sh')
-rwxr-xr-xfunctions/defaults.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/functions/defaults.sh b/functions/defaults.sh
index ec85904..bd5f5af 100755
--- a/functions/defaults.sh
+++ b/functions/defaults.sh
@@ -1038,7 +1038,7 @@ Check_defaults ()
elif [ ${CURRENT_CONFIG_VERSION} -lt 1 ]
then
Echo_warning "This config tree does not specify a format version or has an unknown version number."
- Echo_warning "Continueing build, but it could lead to errors or different results. Please repopulate the config tree."
+ Echo_warning "Continuing build, but it could lead to errors or different results. Please repopulate the config tree."
fi
fi