]> git.ipfire.org Git - thirdparty/git.git/blobdiff - add-patch.c
comment: fix spelling mistakes inside comments
[thirdparty/git.git] / add-patch.c
index f899389e2cc2359d255f9a74430ef2a995fba004..a1d66c1b759da658c77cfd8589eaf59cacda8bce 100644 (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;
                }