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:
Steve Kemp
2020-07-29 03:33:28 +00:00
committed by Junio C Hamano
parent 47ae905ffb
commit 84544f2ea3
4 changed files with 4 additions and 4 deletions

View File

@ -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;
}