]> gitweb.hhaalo.de Git - simple-backup.git/commitdiff
fix typo
authorBastian Dehn <hhaalo@arcor.de>
Tue, 27 May 2025 17:27:29 +0000 (19:27 +0200)
committerBastian Dehn <hhaalo@arcor.de>
Tue, 27 May 2025 17:27:29 +0000 (19:27 +0200)
backup

diff --git a/backup b/backup
index 56d2ac85e8ae86adad945d69aae1eff2c3c5ab84..6edd723764d98a85ecc8c6993acafe97045f7474 100755 (executable)
--- a/backup
+++ b/backup
@@ -122,7 +122,7 @@ backup_remotes()
 
        local machine=
        for machine in $machines; do
-               echo "ℹ️  INFO: create direcotry $backup_path/$machine"
+               echo "ℹ️  INFO: create directory $backup_path/$machine"
                mkdir --parents $backup_path/$machine \
                        || errlog "could not create directory $backup_path/$machine" \
                        || return $?