Skip to content

Commit 923fc5a

Browse files
committed
apply.c: typofix
Signed-off-by: Junio C Hamano <[email protected]>
1 parent 282616c commit 923fc5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

builtin/apply.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2326,7 +2326,7 @@ static int match_fragment(struct image *img,
23262326

23272327
/*
23282328
* The hunk does not apply byte-by-byte, but the hash says
2329-
* it might with whitespace fuzz. We haven't been asked to
2329+
* it might with whitespace fuzz. We weren't asked to
23302330
* ignore whitespace, we were asked to correct whitespace
23312331
* errors, so let's try matching after whitespace correction.
23322332
*

0 commit comments

Comments
 (0)