Correcting spelling type in 'wrong config tree version' error message.

This commit is contained in:
Karl Goetz 2009-11-01 11:43:32 +01:00 committed by Daniel Baumann
parent 0e1256d02c
commit b17d43784f
1 changed files with 1 additions and 1 deletions
functions

View File

@ -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