X-Git-Url: http://git.scripts.mit.edu/?a=blobdiff_plain;f=transport-helper.c;h=63cabc37e37dd338d3d9ee0764f099840d937600;hb=00160242770aea137ec7154a8e8406feef733926;hp=45a35df66e09984c6db9fb86a35ece552a1cbcb1;hpb=29143fc4e3e5236aa57a1f1ef63f775491159782;p=git.git 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)