From 31b14133b081055c15b0f70edb9d75a85615010d Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Fri, 6 Jan 2017 17:02:29 +0000 Subject: [PATCH] dgit: Fix a typo in a comment. Signed-off-by: Ian Jackson --- debian/changelog | 3 +++ dgit | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index bf71ebaa..143c4381 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 19745818..fabf83bb 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. -- 2.30.2