From: intrigeri Date: Wed, 25 Jun 2008 09:01:20 +0000 (+0000) Subject: sys: typo X-Git-Url: https://git.stderr.nl/gitweb?a=commitdiff_plain;h=90171a7821905b1aa3c2f214b9e3e74e7da10750;p=matthijs%2Fupstream%2Fbackupninja-vserver.git sys: typo git-svn-id: http://code.autistici.org/svn/backupninja/trunk@585 758a04ac-41e6-0310-8a23-8373a73cc35d --- 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"