Correcting spelling type in 'wrong config tree version' error message.
This commit is contained in:
parent
0e1256d02c
commit
b17d43784f
functions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue