From 923fc5ab4017801078a54310f94fd95c28b91ce0 Mon Sep 17 00:00:00 2001 From: Junio C Hamano Date: Fri, 16 Jan 2015 13:54:52 -0800 Subject: [PATCH] apply.c: typofix Signed-off-by: Junio C Hamano --- builtin/apply.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/builtin/apply.c b/builtin/apply.c index 622ee1674a..31f873318c 100644 --- a/builtin/apply.c +++ b/builtin/apply.c @@ -2326,7 +2326,7 @@ static int match_fragment(struct image *img, /* * The hunk does not apply byte-by-byte, but the hash says - * it might with whitespace fuzz. We haven't been asked to + * it might with whitespace fuzz. We weren't asked to * ignore whitespace, we were asked to correct whitespace * errors, so let's try matching after whitespace correction. * -- 2.11.4.GIT