diff options
author | Ondřej Bílka <neleai@seznam.cz> | 2013-07-22 23:02:23 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2013-07-22 16:06:49 -0700 |
commit | 749f763dbbe4dbcc4082f02bf98bfc1a09427c6f (patch) | |
tree | b4c8fc9290480928d1908a63cfe5db0f06dffd51 /convert.h | |
parent | 17b83d71d52a5eb6a621be22daa624414d3ee514 (diff) | |
download | git-749f763dbbe4dbcc4082f02bf98bfc1a09427c6f.tar.gz |
typofix: in-code comments
Signed-off-by: Ondřej Bílka <neleai@seznam.cz>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'convert.h')
-rw-r--r-- | convert.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -48,7 +48,7 @@ static inline int would_convert_to_git(const char *path, const char *src, /***************************************************************** * - * Streaming converison support + * Streaming conversion support * *****************************************************************/ |