From: Junio C Hamano Date: Fri, 16 Jan 2015 21:54:52 +0000 (-0800) Subject: apply.c: typofix X-Git-Tag: v2.3.1~2^2~2 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/923fc5ab4017801078a54310f94fd95c28b91ce0 apply.c: typofix Signed-off-by: Junio C Hamano --- 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. *