aboutsummaryrefslogtreecommitdiff
path: root/graph.c
diff options
context:
space:
mode:
authorMike Ralphson <mike@abacus.co.uk>2009-04-17 19:13:30 +0100
committerJunio C Hamano <gitster@pobox.com>2009-04-22 19:02:12 -0700
commit3ea3c215c02dc4a4e7d0881c25b2223540960797 (patch)
treee6e8e312ae4af706982a1fa1dd9ddfb3faedc2f0 /graph.c
parentbad542f0b1bca3b57e300a21fc7268c1800e6752 (diff)
downloadgit-3ea3c215c02dc4a4e7d0881c25b2223540960797.tar.gz
git-3ea3c215c02dc4a4e7d0881c25b2223540960797.tar.xz
Fix typos / spelling in comments
Signed-off-by: Mike Ralphson <mike@abacus.co.uk> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'graph.c')
-rw-r--r--graph.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/graph.c b/graph.c
index b7879f8c6..06fbeb6c2 100644
--- a/graph.c
+++ b/graph.c
@@ -35,7 +35,7 @@ static void graph_padding_line(struct git_graph *graph, struct strbuf *sb);
* newline. A new graph line will not be printed after the final newline.
* If the strbuf is empty, no output will be printed.
*
- * Since the first line will not include the graph ouput, the caller is
+ * Since the first line will not include the graph output, the caller is
* responsible for printing this line's graph (perhaps via
* graph_show_commit() or graph_show_oneline()) before calling
* graph_show_strbuf().