From 80c8c0e62aad9d27524542c6cbc83183d36ed01f Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Mon, 18 Mar 2013 13:17:43 -0400 Subject: [PATCH] comment typo --- Annex/Content.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Annex/Content.hs b/Annex/Content.hs index f8c39e1bc2..91ffe7a48f 100644 --- a/Annex/Content.hs +++ b/Annex/Content.hs @@ -298,7 +298,7 @@ sendAnnex key rollback sendobject = go =<< prepSendAnnex key - - Note that the returned check action is, in some cases, run in the - Annex monad of the remote that is receiving the object, rather than - - the sender. So it cannot rely on Annex state, particular + - the sender. So it cannot rely on Annex state. -} prepSendAnnex :: Key -> Annex (Maybe (FilePath, Annex Bool)) prepSendAnnex key = withObjectLoc key indirect direct