From 1dde5fa2b254663b3944053c67e45a1903682a80 Mon Sep 17 00:00:00 2001 From: Christian Couder <christian.couder@gmail.com> Date: Tue, 5 Dec 2017 16:50:12 +0000 Subject: [PATCH] list-objects-filter-options: fix 'keword' typo in comment Signed-off-by: Christian Couder <chriscool@tuxfamily.org> Signed-off-by: Jeff Hostetler <jeffhost@microsoft.com> Signed-off-by: Junio C Hamano <gitster@pobox.com> --- list-objects-filter-options.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/list-objects-filter-options.c b/list-objects-filter-options.c index 9b28322b1f..52bdec75bf 100644 --- a/list-objects-filter-options.c +++ b/list-objects-filter-options.c @@ -8,7 +8,7 @@ #include "list-objects-filter-options.h" /* - * Parse value of the argument to the "filter" keword. + * Parse value of the argument to the "filter" keyword. * On the command line this looks like: * --filter=<arg> * and in the pack protocol as: