From: Bastian Dehn Date: Sun, 25 Feb 2018 09:10:46 +0000 (+0100) Subject: fix: spelling error by cleanUpBackups X-Git-Url: https://gitweb.hhaalo.de/?a=commitdiff_plain;h=82bd977ef655f4186152b421b21b11ce89e0e8fc;p=simple-backup.git fix: spelling error by cleanUpBackups --- diff --git a/backup b/backup index e268e5c..e03f6d0 100755 --- a/backup +++ b/backup @@ -196,7 +196,7 @@ CleanUpBackups() { else printfStripLine printf "\n" - printf "Es wird %i Sicherungen vorhanden.\n\n" $backupanzahl + printf "Es sind %i Sicherungen vorhanden.\n\n" $backupanzahl printfStripLine fi }