fix typos

This commit is contained in:
Joey Hess 2019-05-01 14:43:35 -04:00
parent 700a3f2787
commit 70d16d07fe
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38

View file

@ -1,10 +1,10 @@
git-annex (7.20190323) UNRELEASED; urgency=medium
* adb special remote supports being configured with importree=yes,
* adb special remote supports being configured with importtree=yes,
to allow git-annex import of files from an Android device. This can be
combined with exporttree=yes and git-annex export used to send changes
back to the Android device.
* S3 special remote supports being configured with importree=yes,
* S3 special remote supports being configured with importtree=yes,
to allow git-annex import of files from a S3 bucket. This can be
combined with exporttree=yes and git-annex export used to send changes
back to the S3 bucket.