summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2011-07-01 17:17:02 -0400
committerGravatar Joey Hess <joey@kitenet.net>2011-07-01 17:17:51 -0400
commitfb58d1a560f7c4c94826ec63de16e0276d1f17f8 (patch)
treebd35704caa20eda4eaa2d23ebc4c473152c456c5
parent6bddebdb79ca8ed168e143d533a6101c7d469628 (diff)
wording
-rw-r--r--Backend/SHA.hs2
-rw-r--r--doc/backends.mdwn2
2 files changed, 2 insertions, 2 deletions
diff --git a/Backend/SHA.hs b/Backend/SHA.hs
index 8ed00b707..8930e4b93 100644
--- a/Backend/SHA.hs
+++ b/Backend/SHA.hs
@@ -1,4 +1,4 @@
-{- git-annex SHA abstract backend
+{- git-annex SHA backend
-
- Copyright 2011 Joey Hess <joey@kitenet.net>
-
diff --git a/doc/backends.mdwn b/doc/backends.mdwn
index 03502eaa1..9e698032d 100644
--- a/doc/backends.mdwn
+++ b/doc/backends.mdwn
@@ -9,7 +9,7 @@ to retrieve the file's content (its value).
Multiple pluggable backends are supported, and a single repository
can use different backends for different files.
-These backends can transfer file contents in configured git remotes.
+These backends can transfer file contents between configured git remotes.
It's also possible to use [[special_remotes]], such as Amazon S3 with
these backends.