From: Michael Witten Date: Sat, 6 Oct 2018 04:20:09 +0000 (+0000) Subject: docs: typo: s/go/to/ X-Git-Tag: v2.20.0-rc0~168^2~2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=42ce44e00a4ea6d40634172683e0cae354f7b39e;p=thirdparty%2Fgit.git docs: typo: s/go/to/ Signed-off-by: Michael Witten Signed-off-by: Junio C Hamano --- diff --git a/Documentation/technical/api-history-graph.txt b/Documentation/technical/api-history-graph.txt index 18142b6d29..729d6a0cf3 100644 --- a/Documentation/technical/api-history-graph.txt +++ b/Documentation/technical/api-history-graph.txt @@ -80,7 +80,7 @@ Calling sequence it is invoked. * For each commit, call `graph_next_line()` repeatedly, until - `graph_is_commit_finished()` returns non-zero. Each call go + `graph_is_commit_finished()` returns non-zero. Each call to `graph_next_line()` will output a single line of the graph. The resulting lines will not contain any newlines. `graph_next_line()` returns 1 if the resulting line contains the current commit, or 0 if this is merely a line