diff options
author | Ondřej Bílka <neleai@seznam.cz> | 2013-07-29 10:18:21 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2013-07-29 12:32:25 -0700 |
commit | 98e023dea40a0eca8a61c037dfc59aaf27f003a4 (patch) | |
tree | c36b17d6bc32ffdc55625c64ee61160f48ec5b5e /transport-helper.c | |
parent | typofix: in-code comments (diff) | |
download | tgif-98e023dea40a0eca8a61c037dfc59aaf27f003a4.tar.xz |
many small typofixes
Signed-off-by: Ondřej Bílka <neleai@seznam.cz>
Reviewed-by: Marc Branchaud <marcnarc@xiplink.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'transport-helper.c')
-rw-r--r-- | transport-helper.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/transport-helper.c b/transport-helper.c index 45a35df66e..63cabc37e3 100644 --- a/transport-helper.c +++ b/transport-helper.c @@ -1132,7 +1132,7 @@ static void *udt_copy_task_routine(void *udt) #ifndef NO_PTHREADS /* - * Join thread, with apporiate errors on failure. Name is name for the + * Join thread, with appropriate errors on failure. Name is name for the * thread (for error messages). Returns 0 on success, 1 on failure. */ static int tloop_join(pthread_t thread, const char *name) @@ -1198,7 +1198,7 @@ static void udt_kill_transfer(struct unidirectional_transfer *t) } /* - * Join process, with apporiate errors on failure. Name is name for the + * Join process, with appropriate errors on failure. Name is name for the * process (for error messages). Returns 0 on success, 1 on failure. */ static int tloop_join(pid_t pid, const char *name) |