diff options
author | Ondřej Bílka <neleai@seznam.cz> | 2013-07-22 23:02:23 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2013-07-22 16:06:49 -0700 |
commit | 749f763dbbe4dbcc4082f02bf98bfc1a09427c6f (patch) | |
tree | b4c8fc9290480928d1908a63cfe5db0f06dffd51 /diff.c | |
parent | 17b83d71d52a5eb6a621be22daa624414d3ee514 (diff) | |
download | git-749f763dbbe4dbcc4082f02bf98bfc1a09427c6f.tar.gz |
typofix: in-code comments
Signed-off-by: Ondřej Bílka <neleai@seznam.cz>
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
@@ -4466,7 +4466,7 @@ void diff_flush(struct diff_options *options) DIFF_OPT_TST(options, DIFF_FROM_CONTENTS)) { /* * run diff_flush_patch for the exit status. setting - * options->file to /dev/null should be safe, becaue we + * options->file to /dev/null should be safe, because we * aren't supposed to produce any output anyway. */ if (options->close_file) |