From: Johannes Schindelin Date: Tue, 11 Feb 2020 18:56:18 +0000 (+0000) Subject: convert: fix typo X-Git-Tag: v2.25.1~1^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2b0f19fa7a51fee27d03d08c5f4abceecd310c3f;p=thirdparty%2Fgit.git convert: fix typo Signed-off-by: Johannes Schindelin Signed-off-by: Junio C Hamano --- diff --git a/convert.c b/convert.c index 25ac525d5f..c0b09258fe 100644 --- a/convert.c +++ b/convert.c @@ -1946,7 +1946,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,