]> git.ipfire.org Git - thirdparty/git.git/commitdiff
convert: fix typo
authorJohannes Schindelin <johannes.schindelin@gmx.de>
Tue, 11 Feb 2020 18:56:18 +0000 (18:56 +0000)
committerJunio C Hamano <gitster@pobox.com>
Tue, 11 Feb 2020 20:03:09 +0000 (12:03 -0800)
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
convert.c

index 25ac525d5fa5ea5ac68f8a7a998fe2359b515530..c0b09258fe578b2d6e4646348626bf088caec07c 100644 (file)
--- 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,