diff options
author | Daniel Barkalow <barkalow@iabervon.org> | 2008-02-28 12:24:42 -0500 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2008-02-28 13:35:09 -0800 |
commit | a6f13ccf2460a7905e223cd40ff06631294a4189 (patch) | |
tree | 6871466681eab782ef121610551ddfef30e3e0af /Documentation | |
parent | Start preparing for 1.5.4.4 (diff) | |
download | tgif-a6f13ccf2460a7905e223cd40ff06631294a4189.tar.xz |
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>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/technical/api-diff.txt | 2 |
1 files changed, 1 insertions, 1 deletions
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 |