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:
authorJunio C Hamano <gitster@pobox.com>2020-02-14 23:42:34 +0300
committerJunio C Hamano <gitster@pobox.com>2020-02-14 23:42:34 +0300
commit6141e0cc00d556a0dd5a2b84c4d92508bfe4ed3b (patch)
tree2bd7261b7aeefeddb6a93a8a7a1d1636f3feec7b
parent4e52c1ae27ebc09b9de4797871fc3ae29a66c73c (diff)
parent2b0f19fa7a51fee27d03d08c5f4abceecd310c3f (diff)
Merge branch 'js/convert-typofix' into maint
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,