Skip to content
Snippets Groups Projects
Commit 3f29d82b authored by intrigeri's avatar intrigeri
Browse files

sys: typo

parent f1cb4e9a
No related branches found
No related tags found
No related merge requests found
......@@ -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"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment