From 70d16d07fe09b40cb2c8409f172df683b88bb4c6 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Wed, 1 May 2019 14:43:35 -0400 Subject: [PATCH] fix typos --- CHANGELOG | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 67b18c111c..36b82ba984 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -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.