summaryrefslogtreecommitdiff
path: root/convert.c
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2020-02-12 20:41:39 (GMT)
committerJunio C Hamano <gitster@pobox.com>2020-02-12 20:41:39 (GMT)
commita3dcf84df0557df65d0b90bb732f26e84196566c (patch)
treeee99116b0cbcb2163f4aa42b0c09e9d1ffa8ad95 /convert.c
parent0de2d1409bb2a8a1cc53a1e44dcaf5de5c4313b4 (diff)
parent2b0f19fa7a51fee27d03d08c5f4abceecd310c3f (diff)
downloadgit-a3dcf84df0557df65d0b90bb732f26e84196566c.zip
git-a3dcf84df0557df65d0b90bb732f26e84196566c.tar.gz
git-a3dcf84df0557df65d0b90bb732f26e84196566c.tar.bz2
Merge branch 'js/convert-typofix'
Typofix. * js/convert-typofix: convert: fix typo
Diffstat (limited to 'convert.c')
-rw-r--r--convert.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/convert.c b/convert.c
index 797e0bd..2b8549e 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,