diff options
author | Christian Couder <christian.couder@gmail.com> | 2017-12-05 16:50:12 +0000 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2017-12-05 09:44:35 -0800 |
commit | 1dde5fa2b254663b3944053c67e45a1903682a80 (patch) | |
tree | d5ea56ed045fe73ece2c339fe50eb97fff8d4bb5 | |
parent | 9535ce7337b9add29fab3cb0021ccaf0da8c7138 (diff) | |
download | git-1dde5fa2b254663b3944053c67e45a1903682a80.tar.gz |
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>
-rw-r--r-- | list-objects-filter-options.c | 2 |
1 files changed, 1 insertions, 1 deletions
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: |