diff options
author | Joey Hess <joey@kitenet.net> | 2014-07-26 13:25:06 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2014-07-26 13:25:06 -0400 |
commit | bce4a15b98f4d899fc7fe6436cd229240b845392 (patch) | |
tree | 26a6e3775270fe62f0d68e6dbf15981146678170 /Types | |
parent | abf47bf25aea42a96fffc4cd8ca4e3c9406d4fbd (diff) |
wording
Diffstat (limited to 'Types')
-rw-r--r-- | Types/Remote.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Types/Remote.hs b/Types/Remote.hs index 2ddb68dfb..584f3d044 100644 --- a/Types/Remote.hs +++ b/Types/Remote.hs @@ -56,7 +56,7 @@ data RemoteA a = Remote { name :: RemoteName, -- Remotes have a use cost; higher is more expensive cost :: Cost, - -- Transfers a key to the remote. + -- Transfers a key's contents from disk to the remote. storeKey :: Key -> AssociatedFile -> MeterUpdate -> a Bool, -- Retrieves a key's contents to a file. -- (The MeterUpdate does not need to be used if it retrieves |