diff options
author | Øyvind A. Holm <sunny@sunbase.org> | 2012-11-18 03:09:29 +0100 |
---|---|---|
committer | Øyvind A. Holm <sunny@sunbase.org> | 2012-11-18 03:09:29 +0100 |
commit | 0709c8f6c2f092567cb8c1196173f285ce676b13 (patch) | |
tree | 68f4494f7af04e559dbca7af2cefebd8f976d5cb | |
parent | f6bf568f3223215c6fc98e7e4408431fca03b3f6 (diff) |
doc/git-annex.mdwn: Typo fix, automaticaly → automatically
-rw-r--r-- | doc/git-annex.mdwn | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/git-annex.mdwn b/doc/git-annex.mdwn index 474a6a09b..c4ba9917b 100644 --- a/doc/git-annex.mdwn +++ b/doc/git-annex.mdwn @@ -864,31 +864,31 @@ Here are all the supported configuration settings. * `remote.<name>.rsyncurl` Used by rsync special remotes, this configures - the location of the rsync repository to use. Normally this is automaticaly + the location of the rsync repository to use. Normally this is automatically set up by `git annex initremote`, but you can change it if needed. * `remote.<name>.buprepo` Used by bup special remotes, this configures - the location of the bup repository to use. Normally this is automaticaly + the location of the bup repository to use. Normally this is automatically set up by `git annex initremote`, but you can change it if needed. * `remote.<name>.directory` Used by directory special remotes, this configures the location of the directory where annexed files are stored for this - remote. Normally this is automaticaly set up by `git annex initremote`, + remote. Normally this is automatically set up by `git annex initremote`, but you can change it if needed. * `remote.<name>.s3` Used to identify Amazon S3 special remotes. - Normally this is automaticaly set up by `git annex initremote`. + Normally this is automatically set up by `git annex initremote`. * `remote.<name>.webdav` Used to identify webdav special remotes. - Normally this is automaticaly set up by `git annex initremote`. + Normally this is automatically set up by `git annex initremote`. * `remote.<name>.annex-xmppaddress` |