diff options
author | Junio C Hamano <gitster@pobox.com> | 2017-05-04 16:26:47 +0900 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2017-05-04 16:26:47 +0900 |
commit | 7c7478f45a67121aeda2e1d276feb34c5786e611 (patch) | |
tree | 1a97d484ba1ff9d203209e64974a1a55de409e2c /diff.c | |
parent | c8ddd2aa116710e3442bc54cd750824a88a900d4 (diff) | |
parent | 5621760f59c0655e41045c3141deef9791858916 (diff) | |
download | git-7c7478f45a67121aeda2e1d276feb34c5786e611.tar.gz |
Merge branch 'rg/a-the-typo'
Typofix.
* rg/a-the-typo:
fix minor typos
Diffstat (limited to 'diff.c')
-rw-r--r-- | diff.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -911,7 +911,7 @@ static int fn_out_diff_words_write_helper(FILE *fp, /* * '--color-words' algorithm can be described as: * - * 1. collect a the minus/plus lines of a diff hunk, divided into + * 1. collect the minus/plus lines of a diff hunk, divided into * minus-lines and plus-lines; * * 2. break both minus-lines and plus-lines into words and |