From: intrigeri Date: Wed, 25 Jun 2008 09:01:20 +0000 (+0000) Subject: sys: typo X-Git-Tag: backupninja-0.9.6~14 X-Git-Url: https://git.stderr.nl/gitweb?p=matthijs%2Fupstream%2Fbackupninja.git;a=commitdiff_plain;h=3f29d82b6c1cef7ad4a1c4ed8d14b4975dd88af3;hp=f1cb4e9a644ce0ad5c2879cb1713b70eace3f98a sys: typo --- diff --git a/handlers/sys.in b/handlers/sys.in index cc8ed09..399a8bd 100755 --- a/handlers/sys.in +++ b/handlers/sys.in @@ -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"