aboutsummaryrefslogtreecommitdiff
path: root/handlers/sys.in
diff options
context:
space:
mode:
authorintrigeri <intrigeri@boum.org>2008-06-25 09:01:20 +0000
committerintrigeri <intrigeri@boum.org>2008-06-25 09:01:20 +0000
commit3f29d82b6c1cef7ad4a1c4ed8d14b4975dd88af3 (patch)
treec74999be2385b3d97d34fe0664d529bf7757e7a2 /handlers/sys.in
parentf1cb4e9a644ce0ad5c2879cb1713b70eace3f98a (diff)
downloadbackupninja-3f29d82b6c1cef7ad4a1c4ed8d14b4975dd88af3.tar.gz
backupninja-3f29d82b6c1cef7ad4a1c4ed8d14b4975dd88af3.tar.bz2
sys: typo
Diffstat (limited to 'handlers/sys.in')
-rwxr-xr-xhandlers/sys.in2
1 files changed, 1 insertions, 1 deletions
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"