diff options
Diffstat (limited to 'functions/defaults.sh')
-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 |