sys: typo

This commit is contained in:
intrigeri 2008-06-25 09:01:20 +00:00
parent f1cb4e9a64
commit 3f29d82b6c

View File

@ -146,7 +146,7 @@ if [ "$packages" == "yes" ]; then
set +o noglob
fi
if [ -z "$debconfgetselections" ]; then
warning "can't find ${debconfgetselections}, skilling package selection states."
warning "can't find ${debconfgetselections}, skipping package selection states."
else
debug "$debconfgetselections > $selectionsfile"
$debconfgetselections > $selectionsfile || fatal "can not save $debconfgetselections info to $selectionsfile"