chiark / gitweb /
dgit: Fix a typo in a comment.
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Fri, 6 Jan 2017 17:02:29 +0000 (17:02 +0000)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Thu, 12 Jan 2017 01:24:56 +0000 (01:24 +0000)
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
debian/changelog
dgit

index bf71ebaab1beaf927fd700503f0701339efdbc9c..143c4381f6a37500c1398e376c06bac175ca53c9 100644 (file)
@@ -13,6 +13,9 @@ dgit (3.2~) unstable; urgency=medium
     [Sean Whitton]  Closes:#850953.
   * dgit-user(7): Fix some typos.
 
+  Internals:
+  * Fix a typo in a comment.
+
   Test suite:
   * infra: mirroring and policy hooks: Improve some debugging output.
   * infra: mirror-private: test that package becomes public.  (#849789)
diff --git a/dgit b/dgit
index 19745818079d2939ca95e68688c9006ccbe0d8f3..fabf83bb8d96002f11c31f79f86918f592750f92 100755 (executable)
--- 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.