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/git-annex-preferred-content.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/git-annex-preferred-content.mdwn')
-rw-r--r-- | doc/git-annex-preferred-content.mdwn | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/git-annex-preferred-content.mdwn b/doc/git-annex-preferred-content.mdwn index 9ea19ce09..95dae8c14 100644 --- a/doc/git-annex-preferred-content.mdwn +++ b/doc/git-annex-preferred-content.mdwn @@ -18,7 +18,7 @@ For example: The main differences are that `exclude=` and `include=` always match relative to the top of the git repository, and that there is -no equivilant to `--in`. +no equivalent to `--in`. For more details about preferred content expressions, see See <https://git-annex.branchable.com/preferred_content/> |