From: Bastian Dehn Date: Tue, 27 May 2025 17:27:29 +0000 (+0200) Subject: fix typo X-Git-Url: https://gitweb.hhaalo.de/?a=commitdiff_plain;h=f348b638f6051e6304f4ca1505203534641a44f7;p=simple-backup.git fix typo --- diff --git a/backup b/backup index 56d2ac8..6edd723 100755 --- 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 $?