aboutsummaryrefslogtreecommitdiff
path: root/Backend.hs
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2010-11-07 18:22:25 -0400
committerGravatar Joey Hess <joey@kitenet.net>2010-11-07 18:22:25 -0400
commit009873e0eb296b6f373f9f2d847659038a1d2bde (patch)
tree3a489ede8f5d70fd2a0cc8232fd75eec6435678c /Backend.hs
parent316264f3e8f6dbcbd2c3752566d7d754dbfe9994 (diff)
fsck works
Diffstat (limited to 'Backend.hs')
-rw-r--r--Backend.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Backend.hs b/Backend.hs
index e2c8a43b6..456a98bd4 100644
--- a/Backend.hs
+++ b/Backend.hs
@@ -107,7 +107,7 @@ retrieveKeyFile backend key dest = (Internals.retrieveKeyFile backend) key dest
removeKey :: Backend -> Key -> Annex Bool
removeKey backend key = (Internals.removeKey backend) key
-{- Checks if a backend has its key. -}
+{- Checks if a key is present in its backend. -}
hasKey :: Key -> Annex Bool
hasKey key = do
bs <- Annex.supportedBackends