summaryrefslogtreecommitdiff
path: root/dgit
diff options
context:
space:
mode:
authorIan Jackson <ijackson@chiark.greenend.org.uk>2017-01-06 17:02:29 +0000
committerIan Jackson <ijackson@chiark.greenend.org.uk>2017-01-12 01:24:56 +0000
commit31b14133b081055c15b0f70edb9d75a85615010d (patch)
treebe893eed7166412a510aad585d7d23f3863aa826 /dgit
parente2c606b8a204d68f96047ebe3b21e7274839ea66 (diff)
dgit: Fix a typo in a comment.
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
Diffstat (limited to 'dgit')
-rwxr-xr-xdgit2
1 files changed, 1 insertions, 1 deletions
diff --git a/dgit b/dgit
index 1974581..fabf83b 100755
--- a/dgit
+++ b/dgit
@@ -2556,7 +2556,7 @@ sub lrfetchref () { return lrfetchrefs.'/'.server_branch($csuite); }
# (If we deleted them unconditionally, then we might end up
# re-fetching the same git objects each time dgit fetch was run.)
#
-# So, leach use of lrfetchrefs needs to be accompanied by arrangements
+# So, each use of lrfetchrefs needs to be accompanied by arrangements
# in git_fetch_us to fetch the refs in question, and possibly a call
# to lrfetchref_used.