From 84544f2ea3441a5715fc3e2dfbb025083872fac5 Mon Sep 17 00:00:00 2001 From: Steve Kemp Date: Wed, 29 Jul 2020 03:33:28 +0000 Subject: comment: fix spelling mistakes inside comments This commit fixes a couple of minor spelling mistakes inside comments. Signed-off-by: Steve Kemp Signed-off-by: Junio C Hamano --- column.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'column.c') diff --git a/column.c b/column.c index 4a38eed322..a58969baba 100644 --- a/column.c +++ b/column.c @@ -107,7 +107,7 @@ static void display_plain(const struct string_list *list, printf("%s%s%s", indent, list->items[i].string, nl); } -/* Print a cell to stdout with all necessary leading/traling space */ +/* Print a cell to stdout with all necessary leading/trailing space */ static int display_cell(struct column_data *data, int initial_width, const char *empty_cell, int x, int y) { -- cgit v1.2.3