]> gitweb.hhaalo.de Git - simple-backup.git/commitdiff
fix: spelling error by cleanUpBackups
authorBastian Dehn <hhaalo@arcor.de>
Sun, 25 Feb 2018 09:10:46 +0000 (10:10 +0100)
committerBastian Dehn <hhaalo@arcor.de>
Sun, 25 Feb 2018 09:10:46 +0000 (10:10 +0100)
backup

diff --git a/backup b/backup
index e268e5ce0bf8a3176521dbe5d9a1a3770a7a2fab..e03f6d06c52dfd1e54393d66b5a4354d0efadfb1 100755 (executable)
--- 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
 }