From: Daniel Barkalow <barkalow@iabervon.org> Date: Thu, 28 Feb 2008 17:24:42 +0000 (-0500) Subject: Correct name of diff_flush() in API documentation X-Git-Tag: v1.5.4.4~26 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a6f13ccf2460a7905e223cd40ff06631294a4189;p=git 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> --- diff --git a/Documentation/technical/api-diff.txt b/Documentation/technical/api-diff.txt index 83b007e708..20b0241d30 100644 --- a/Documentation/technical/api-diff.txt +++ b/Documentation/technical/api-diff.txt @@ -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