From e9af56fef19547a887b05ee098905df1a0ef4f56 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Thu, 17 Dec 2020 12:53:47 -0400 Subject: [PATCH] typo --- doc/git-annex-sync.mdwn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/git-annex-sync.mdwn b/doc/git-annex-sync.mdwn index 4fae0f7c16..9ba72ba43d 100644 --- a/doc/git-annex-sync.mdwn +++ b/doc/git-annex-sync.mdwn @@ -113,7 +113,7 @@ received. import changes from the remote, merge them into the branch, and export any changes that have been committed to the branch back to the remote. With --no-content, imports will only be made from special remotes that - support importing without transferting files, and no exports will be done. + support importing without transferring files, and no exports will be done. See [[git-annex-import]](1) and [[git-annex-export]](1) for details about how importing and exporting work.