comment: fix spelling mistakes inside comments
This commit fixes a couple of minor spelling mistakes inside comments. Signed-off-by: Steve Kemp <steve@steve.org.uk> Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:

committed by
Junio C Hamano

parent
47ae905ffb
commit
84544f2ea3
@ -1203,7 +1203,7 @@ static int edit_hunk_loop(struct add_p_state *s,
|
||||
for (;;) {
|
||||
int res = edit_hunk_manually(s, hunk);
|
||||
if (res == 0) {
|
||||
/* abandonded */
|
||||
/* abandoned */
|
||||
*hunk = backup;
|
||||
return -1;
|
||||
}
|
||||
|
Reference in New Issue
Block a user