Merge pull request #66 from ifdattic/fix-typos

Fix typos, remove trailing whitespace
This commit is contained in:
zertrin 2014-06-06 16:00:58 +02:00
commit 33a0bd6b3b
2 changed files with 24 additions and 24 deletions

View file

@ -142,7 +142,7 @@ Note that the commands `--restore-file` and `--restore-dir` are equivalent.
duplicity-backup.sh [-c config_file] --list-current-files
**See the collection status (i.e. all the backup sets in the remore archive)**
**See the collection status (i.e. all the backup sets in the remote archive)**
duplicity-backup.sh [-c config_file] --collection-status

View file

@ -94,7 +94,7 @@ GPG_SIGN_KEY="foobar_gpg_key"
# BACKUP SOURCE INFORMATION
# The ROOT of your backup (where you want the backup to start);
# This can be / or somwhere else -- I use /home/ because all the
# This can be / or somewhere else -- I use /home/ because all the
# directories start with /home/ that I want to backup.
ROOT="/home"