diff options
author | Joey Hess <joeyh@joeyh.name> | 2015-12-26 15:11:32 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2015-12-26 15:11:32 -0400 |
commit | 41633f298bf293ae6786f3673910571c46951cca (patch) | |
tree | acf266934d355dd35dab92ab84d4c3a2eafaa7d9 /Remote | |
parent | cc4f53fb3f7789879551fc278dae17296bae7229 (diff) |
typo
Diffstat (limited to 'Remote')
-rw-r--r-- | Remote/Git.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Remote/Git.hs b/Remote/Git.hs index d68059030..c90384ca4 100644 --- a/Remote/Git.hs +++ b/Remote/Git.hs @@ -545,7 +545,7 @@ copyToRemote' r key file meterupdate copylocal =<< Annex.Content.prepSendAnnex key | Git.repoIsSsh (repo r) = commitOnCleanup r $ Annex.Content.sendAnnex key noop $ \object -> do - -- This is too broad really, but recykey normally + -- This is too broad really, but recvkey normally -- verifies content anyway, so avoid complicating -- it with a local sendAnnex check and rollback. unlocked <- isDirect <||> versionSupportsUnlockedPointers |