diff options
| author | Junio C Hamano <gitster@pobox.com> | 2020-07-30 21:34:29 -0700 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2020-07-30 21:34:29 -0700 |
| commit | 8a111fc01ff6c3e0ef538aaffd465822e82febbf (patch) | |
| tree | 7daf002bc8e38fe6491fbd34262ce5081e919a9c /add-patch.c | |
| parent | 79bcaf006215b91de981c30c0268467e06faaf39 (diff) | |
| parent | 84544f2ea3441a5715fc3e2dfbb025083872fac5 (diff) | |
| download | git-8a111fc01ff6c3e0ef538aaffd465822e82febbf.tar.xz | |
Merge branch 'sk/typofixes' into master
* sk/typofixes:
comment: fix spelling mistakes inside comments
Diffstat (limited to 'add-patch.c')
| -rw-r--r-- | add-patch.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/add-patch.c b/add-patch.c index f899389e2c..a1d66c1b75 100644 --- a/add-patch.c +++ b/add-patch.c @@ -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; } |
