doc/git-annex-export: fix a typo

This commit is contained in:
Kyle Meyer 2019-01-29 12:51:21 -05:00 committed by Joey Hess
parent a8f1add4d1
commit 62edb7bee0
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38

View file

@ -41,7 +41,7 @@ And, git-annex will never trust an export to retain the content of a key.
However, some special remotes, notably S3, support keeping track of old However, some special remotes, notably S3, support keeping track of old
versions of files stored in them. If a special remote is set up to do versions of files stored in them. If a special remote is set up to do
that, it can be used as a key/value store and the limitations in the above that, it can be used as a key/value store and the limitations in the above
paragraph do not appy. Note that dropping content from such a remote is paragraph do not apply. Note that dropping content from such a remote is
not supported. See individual special remotes' documentation for not supported. See individual special remotes' documentation for
details of how to enable such versioning. details of how to enable such versioning.