diff options
author | Joey Hess <joey@kitenet.net> | 2013-03-18 13:17:43 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-03-18 13:17:43 -0400 |
commit | 4d035de8f4618e1c31c837b151b7ffeced20cd3d (patch) | |
tree | 1c611c122531c9a60b86f7af1bc620f2e6cf9d3f /Annex/Content.hs | |
parent | 19dad744be43c071b824f990dbeb1d6ed19b301e (diff) |
comment typo
Diffstat (limited to 'Annex/Content.hs')
-rw-r--r-- | Annex/Content.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Annex/Content.hs b/Annex/Content.hs index f8c39e1bc..91ffe7a48 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 |