Skip to content

Commit

Permalink
Correct name of diff_flush() in API documentation
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Barkalow <barkalow@iabervon.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
  • Loading branch information
Daniel Barkalow authored and Junio C Hamano committed Feb 28, 2008
1 parent b75bb1d commit a6f13cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Documentation/technical/api-diff.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a6f13cc

Please sign in to comment.