diff --git a/seqs/gitea.sh b/seqs/gitea.sh index 29f3b23..0291767 100755 --- a/seqs/gitea.sh +++ b/seqs/gitea.sh @@ -165,7 +165,7 @@ step_12() { exe service gitea stop saveReturn $? endReturn - echo -n "Backuping up existing executable to ${toolBackup}..." + echo -n "Backing up existing executable to ${toolBackup}..." exe cp -ar "$giteaLoc" "$toolBackup" && echo "ok" fi exe wget -O "$giteaLoc" $giteaDownload