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:
authorOndřej Bílka <neleai@seznam.cz>2013-07-23 01:02:23 +0400
committerJunio C Hamano <gitster@pobox.com>2013-07-23 03:06:49 +0400
commit749f763dbbe4dbcc4082f02bf98bfc1a09427c6f (patch)
treeb4c8fc9290480928d1908a63cfe5db0f06dffd51 /convert.c
parent17b83d71d52a5eb6a621be22daa624414d3ee514 (diff)
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.c')
-rw-r--r--convert.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/convert.c b/convert.c
index 2a2e46c201..11a95fc8b5 100644
--- a/convert.c
+++ b/convert.c
@@ -835,7 +835,7 @@ int renormalize_buffer(const char *path, const char *src, size_t len, struct str
/*****************************************************************
*
- * Streaming converison support
+ * Streaming conversion support
*
*****************************************************************/