diff options
author | Karl Goetz <karl@kgoetz.id.au> | 2009-11-01 11:43:32 +0100 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2011-03-09 19:09:48 +0100 |
commit | b17d43784fa5a9c7286615eb87726b3a436b5b98 (patch) | |
tree | 57ba60ed9bdb74c034767a6bbdc4f3d0aec20e73 | |
parent | 0e1256d02c316c4714effee6f6bc7c498491379f (diff) | |
download | vyos-live-build-b17d43784fa5a9c7286615eb87726b3a436b5b98.tar.gz vyos-live-build-b17d43784fa5a9c7286615eb87726b3a436b5b98.zip |
Correcting spelling type in 'wrong config tree version' error message.
-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 ec85904b0..bd5f5af3c 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 |