Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Schindelin <johannes.schindelin@gmx.de>2020-02-11 21:56:18 +0300
committerJunio C Hamano <gitster@pobox.com>2020-02-11 23:03:09 +0300
commit2b0f19fa7a51fee27d03d08c5f4abceecd310c3f (patch)
treeedce9fb0fe052afc5f2fa49a6a5ed34080964349 /convert.c
parentb6d4d82bd5a49197d5d2f4f81c08da0d461cfcf1 (diff)
convert: fix typo
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> Signed-off-by: Junio C Hamano <gitster@pobox.com>
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 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,