Skip to content

Commit

Permalink
Merge branch 'js/convert-typofix' into maint
Browse files Browse the repository at this point in the history
Typofix.

* js/convert-typofix:
  convert: fix typo
  • Loading branch information
gitster committed Feb 14, 2020
2 parents 4e52c1a + 2b0f19f commit 6141e0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion convert.c
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 6141e0c

Please sign in to comment.