summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLibravatar Junio C Hamano <gitster@pobox.com>2020-02-12 12:41:39 -0800
committerLibravatar Junio C Hamano <gitster@pobox.com>2020-02-12 12:41:39 -0800
commita3dcf84df0557df65d0b90bb732f26e84196566c (patch)
treeee99116b0cbcb2163f4aa42b0c09e9d1ffa8ad95
parentMerge branch 'js/ci-squelch-doc-warning' (diff)
parentconvert: fix typo (diff)
downloadtgif-a3dcf84df0557df65d0b90bb732f26e84196566c.tar.xz
Merge branch 'js/convert-typofix'
Typofix. * js/convert-typofix: convert: fix typo
-rw-r--r--convert.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/convert.c b/convert.c
index 797e0bd0b1..2b8549e5f1 100644
--- a/convert.c
+++ b/convert.c
@@ -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,