Corrected spelling mistakes

This commit is contained in:
RhysIT 2015-11-06 17:38:58 +02:00
commit 9189ca9488
335 changed files with 408 additions and 408 deletions

View file

@ -12,7 +12,7 @@
# Importing system variables
source /etc/profile
# Argument defenition
# Argument definition
user=$1
notify=${2-no}
@ -853,7 +853,7 @@ msg="$msg\n$(date "+%F %T") Runtime: $run_time $min"
touch $USER_DATA/backup.conf
sed -i "/$user.$DATE.tar/d" $USER_DATA/backup.conf
# Regestering new backup
# Registering new backup
backup_str="BACKUP='$user.$DATE.tar'"
backup_str="$backup_str TYPE='$BACKUP_SYSTEM' SIZE='$size'"
backup_str="$backup_str WEB='${web_list// /,}'"