Fixing small typosé

This commit is contained in:
deajan 2015-10-13 15:22:50 +02:00
parent 1fa695e3b0
commit 4038cd5c8f
2 changed files with 4 additions and 4 deletions

View File

@ -5,7 +5,7 @@
AUTHOR="(L) 2013-2015 by Orsiris \"Ozy\" de Jong" AUTHOR="(L) 2013-2015 by Orsiris \"Ozy\" de Jong"
CONTACT="http://www.netpower.fr/obackup - ozy@netpower.fr" CONTACT="http://www.netpower.fr/obackup - ozy@netpower.fr"
PROGRAM_VERSION=1.9pre PROGRAM_VERSION=1.9pre
PROGRAM_BUILD=2015091501 PROGRAM_BUILD=2015101301
## type doesn't work on platforms other than linux (bash). If if doesn't work, always assume output is not a zero exitcode ## type doesn't work on platforms other than linux (bash). If if doesn't work, always assume output is not a zero exitcode
if ! type -p "$BASH" > /dev/null if ! type -p "$BASH" > /dev/null
@ -174,7 +174,7 @@ function TrapQuit
Log "Backup script finshed." Log "Backup script finshed."
fi fi
KillChilds $$ > /dev/null 2&>1 KillChilds $$ > /dev/null 2>&1
} }
function Spinner function Spinner