Message ID | 0e34ddca-1e29-17ed-278c-4f94ed6436b3@web.de (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | [1/4] fsck: fix a typo in a comment | expand |
Hi René,
On Thu, May 21, 2020 at 11:52:04AM +0200, René Scharfe wrote:
> Reported-by: Junio C Hamano <gitster@pobox.com>
Missing sign-off? I'm not sure it matters since I don't think there's
anything here copyrightable but just pointing it out.
-Denton
Am 21.05.20 um 11:52 schrieb René Scharfe: > Reported-by: Junio C Hamano <gitster@pobox.com> Forgot to add: Signed-off-by: René Scharfe <l.s.r@web.de> Thanks for noticing, Denton! > --- > fsck.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/fsck.c b/fsck.c > index 8bb3ecf282..b48426262c 100644 > --- a/fsck.c > +++ b/fsck.c > @@ -598,7 +598,7 @@ static int verify_ordered(unsigned mode1, const char *name1, > > /* > * There can be non-consecutive duplicates due to the implicitly > - * add slash, e.g.: > + * added slash, e.g.: > * > * foo > * foo.bar > -- > 2.26.2 >
diff --git a/fsck.c b/fsck.c index 8bb3ecf282..b48426262c 100644 --- a/fsck.c +++ b/fsck.c @@ -598,7 +598,7 @@ static int verify_ordered(unsigned mode1, const char *name1, /* * There can be non-consecutive duplicates due to the implicitly - * add slash, e.g.: + * added slash, e.g.: * * foo * foo.bar