Correct name of diff_flush() in API documentation

Signed-off-by: Daniel Barkalow <barkalow@iabervon.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
maint
Daniel Barkalow 2008-02-28 12:24:42 -05:00 committed by Junio C Hamano
parent b75bb1d695
commit a6f13ccf24
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ Calling sequence
* Once you finish feeding the pairs of files, call `diffcore_std()`.
This will tell the diffcore library to go ahead and do its work.

* Calling `diffcore_flush()` will produce the output.
* Calling `diff_flush()` will produce the output.


Data structures