diff options
author | Øyvind A. Holm <sunny@sunbase.org> | 2015-04-17 16:42:16 +0200 |
---|---|---|
committer | Øyvind A. Holm <sunny@sunbase.org> | 2015-04-17 16:42:16 +0200 |
commit | 252b173b69de78dca0394a0d90bb4940ea4e4bca (patch) | |
tree | 7d56751ba6631a7774501823d74847f388be2e70 /doc/trust.mdwn | |
parent | 4b6fd53e903fa85c0b74320f39c6d2e9e39bab57 (diff) |
Various typo fixes in doc/*.mdwn
One of my
for f in `ls *.mdwn | sort -R`; do aspell -c $f; sleep 2; done
sessions.
3647f704-e510-11e4-bf50-000df06acc56
Diffstat (limited to 'doc/trust.mdwn')
-rw-r--r-- | doc/trust.mdwn | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/trust.mdwn b/doc/trust.mdwn index 1fd47fd1d..a33c6dd42 100644 --- a/doc/trust.mdwn +++ b/doc/trust.mdwn @@ -45,7 +45,7 @@ archival drive, from which you rarely or never remove content. Deciding when it makes sense to trust the tracking info is up to you. One way to handle this is just to use `--force` when a command cannot -access a remote you trust. Or to use `--trust` to specify a repisitory to +access a remote you trust. Or to use `--trust` to specify a repository to trust temporarily. To configure a repository as fully and permanently trusted, @@ -55,5 +55,5 @@ use the `git annex trust` command. This is used to indicate that you have no trust that the repository exists at all. It's appropriate to use when a drive has been lost, -or a directory irretrevably deleted. It will make git-annex avoid +or a directory irretrievably deleted. It will make git-annex avoid even showing the repository as a place where data might still reside. |