From: Junio C Hamano Date: Mon, 20 Aug 2018 18:33:50 +0000 (-0700) Subject: Merge branch 'js/typofixes' X-Git-Tag: v2.19.0-rc0~29 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/13bf260ac743d8837f89c7a29b579caafb076a7c?hp=93ded333bcb6687bc2aee533f18e5a0ea718024a Merge branch 'js/typofixes' Comment update. * js/typofixes: remote-curl: remove spurious period git-compat-util.h: fix typo --- diff --git a/git-compat-util.h b/git-compat-util.h index 89d37095c7..5f2e90932f 100644 --- a/git-compat-util.h +++ b/git-compat-util.h @@ -220,7 +220,7 @@ #endif #ifdef NO_INTPTR_T /* - * On I16LP32, ILP32 and LP64 "long" is the save bet, however + * On I16LP32, ILP32 and LP64 "long" is the safe bet, however * on LLP86, IL33LLP64 and P64 it needs to be "long long", * while on IP16 and IP16L32 it is "int" (resp. "short") * Size needs to match (or exceed) 'sizeof(void *)'. diff --git a/remote-curl.c b/remote-curl.c index 99b0bedc6d..fb28309e85 100644 --- a/remote-curl.c +++ b/remote-curl.c @@ -714,7 +714,7 @@ static int post_rpc(struct rpc_state *rpc) } else if (use_gzip && 1024 < rpc->len) { /* The client backend isn't giving us compressed data so - * we can try to deflate it ourselves, this may save on. + * we can try to deflate it ourselves, this may save on * the transfer time. */ git_zstream stream;