diff options
author | intrigeri <intrigeri@boum.org> | 2008-06-25 09:01:20 +0000 |
---|---|---|
committer | intrigeri <intrigeri@boum.org> | 2008-06-25 09:01:20 +0000 |
commit | 3f29d82b6c1cef7ad4a1c4ed8d14b4975dd88af3 (patch) | |
tree | c74999be2385b3d97d34fe0664d529bf7757e7a2 /handlers | |
parent | f1cb4e9a644ce0ad5c2879cb1713b70eace3f98a (diff) | |
download | backupninja-3f29d82b6c1cef7ad4a1c4ed8d14b4975dd88af3.tar.gz backupninja-3f29d82b6c1cef7ad4a1c4ed8d14b4975dd88af3.tar.bz2 |
sys: typo
Diffstat (limited to 'handlers')
-rwxr-xr-x | handlers/sys.in | 2 |
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" |