aboutsummaryrefslogtreecommitdiff
path: root/column.c
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2020-07-30 21:34:29 -0700
committerJunio C Hamano <gitster@pobox.com>2020-07-30 21:34:29 -0700
commit8a111fc01ff6c3e0ef538aaffd465822e82febbf (patch)
tree7daf002bc8e38fe6491fbd34262ce5081e919a9c /column.c
parent79bcaf006215b91de981c30c0268467e06faaf39 (diff)
parent84544f2ea3441a5715fc3e2dfbb025083872fac5 (diff)
downloadgit-8a111fc01ff6c3e0ef538aaffd465822e82febbf.tar.xz
Merge branch 'sk/typofixes' into master
* sk/typofixes: comment: fix spelling mistakes inside comments
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 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)
{