summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorDaniel Barkalow <barkalow@iabervon.org>2008-02-28 17:24:42 (GMT)
committerJunio C Hamano <gitster@pobox.com>2008-02-28 21:35:09 (GMT)
commita6f13ccf2460a7905e223cd40ff06631294a4189 (patch)
tree6871466681eab782ef121610551ddfef30e3e0af /Documentation
parentb75bb1d695b0958d77b7894fa4a7dbc76167b65a (diff)
downloadgit-a6f13ccf2460a7905e223cd40ff06631294a4189.zip
git-a6f13ccf2460a7905e223cd40ff06631294a4189.tar.gz
git-a6f13ccf2460a7905e223cd40ff06631294a4189.tar.bz2
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.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/technical/api-diff.txt b/Documentation/technical/api-diff.txt
index 83b007e..20b0241 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