diff options
author | René Genz <liebundartig@freenet.de> | 2017-04-30 17:48:27 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2017-05-01 11:01:52 +0900 |
commit | 5621760f59c0655e41045c3141deef9791858916 (patch) | |
tree | 5843801e0024ec06a820ecae321239692ad23a68 /diff.c | |
parent | 6a2c2f8d34fa1e8f3bb85d159d354810ed63692e (diff) | |
download | git-5621760f59c0655e41045c3141deef9791858916.tar.gz |
fix minor typosrg/a-the-typo
Helped-by: Stefan Beller <sbeller@google.com>
Signed-off-by: René Genz <liebundartig@freenet.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
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 |