summaryrefslogtreecommitdiff
path: root/diff.c
diff options
context:
space:
mode:
authorOndřej Bílka <neleai@seznam.cz>2013-07-22 21:02:23 (GMT)
committerJunio C Hamano <gitster@pobox.com>2013-07-22 23:06:49 (GMT)
commit749f763dbbe4dbcc4082f02bf98bfc1a09427c6f (patch)
treeb4c8fc9290480928d1908a63cfe5db0f06dffd51 /diff.c
parent17b83d71d52a5eb6a621be22daa624414d3ee514 (diff)
downloadgit-749f763dbbe4dbcc4082f02bf98bfc1a09427c6f.zip
git-749f763dbbe4dbcc4082f02bf98bfc1a09427c6f.tar.gz
git-749f763dbbe4dbcc4082f02bf98bfc1a09427c6f.tar.bz2
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.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/diff.c b/diff.c
index a4583f0..76c6d8d 100644
--- a/diff.c
+++ b/diff.c
@@ -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)