From e810ca2d8392c6cb33349008313edd9828489957 Mon Sep 17 00:00:00 2001
From: "Hahn Axel (hahn)" <axel.hahn@iml.unibe.ch>
Date: Mon, 3 Oct 2022 12:45:03 +0200
Subject: [PATCH] fix typo

---
 transfer.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/transfer.sh b/transfer.sh
index 3cd4572..ab40b40 100755
--- a/transfer.sh
+++ b/transfer.sh
@@ -177,7 +177,7 @@ function setAction(){
   fi
 
   # set defaults for prune and verify
-  echo ">>> Detect default behaviuor:"
+  echo ">>> Detect default behaviour:"
   setAction "prune"  $lastprunefile;  doPrune=$doValue
   setAction "verify" $lastverifyfile; doVerify=$doValue
   echo
-- 
GitLab