diff options
author | Junio C Hamano <gitster@pobox.com> | 2020-02-12 12:41:39 -0800 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2020-02-12 12:41:39 -0800 |
commit | a3dcf84df0557df65d0b90bb732f26e84196566c (patch) | |
tree | ee99116b0cbcb2163f4aa42b0c09e9d1ffa8ad95 | |
parent | Merge branch 'js/ci-squelch-doc-warning' (diff) | |
parent | convert: fix typo (diff) | |
download | tgif-a3dcf84df0557df65d0b90bb732f26e84196566c.tar.xz |
Merge branch 'js/convert-typofix'
Typofix.
* js/convert-typofix:
convert: fix typo
-rw-r--r-- | convert.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1940,7 +1940,7 @@ static struct stream_filter *ident_filter(const struct object_id *oid) * the contents cannot be filtered without reading the whole thing * in-core. * - * Note that you would be crazy to set CRLF, smuge/clean or ident to a + * Note that you would be crazy to set CRLF, smudge/clean or ident to a * large binary blob you would want us not to slurp into the memory! */ struct stream_filter *get_stream_filter(const struct index_state *istate, |