summaryrefslogtreecommitdiff
path: root/column.c
diff options
context:
space:
mode:
authorSteve Kemp <steve@steve.org.uk>2020-07-29 03:33:28 (GMT)
committerJunio C Hamano <gitster@pobox.com>2020-07-29 18:39:40 (GMT)
commit84544f2ea3441a5715fc3e2dfbb025083872fac5 (patch)
tree4513738d9bdd39f28fd6b607b6a22b809f5f4a76 /column.c
parent47ae905ffb98cc4d4fd90083da6bc8dab55d9ecc (diff)
downloadgit-84544f2ea3441a5715fc3e2dfbb025083872fac5.zip
git-84544f2ea3441a5715fc3e2dfbb025083872fac5.tar.gz
git-84544f2ea3441a5715fc3e2dfbb025083872fac5.tar.bz2
comment: fix spelling mistakes inside comments
This commit fixes a couple of minor spelling mistakes inside comments. Signed-off-by: Steve Kemp <steve@steve.org.uk> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'column.c')
-rw-r--r--column.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/column.c b/column.c
index 4a38eed..a58969b 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)
{