Am 21.05.20 um 11:52 schrieb René Scharfe: > Reported-by: Junio C Hamano <gitster@xxxxxxxxx> Forgot to add: Signed-off-by: René Scharfe <l.s.r@xxxxxx> 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 >