From e0e7b6ae9da313637fcbd79a31e4b628b1ddb798 Mon Sep 17 00:00:00 2001 From: Johannes Schindelin Date: Wed, 8 Aug 2018 13:34:33 +0200 Subject: [PATCH 1/2] git-compat-util.h: fix typo The words "save" and "safe" are both very wonderful words, each with their own set of meanings. Let's not confuse them with one another save on occasion of a pun. Signed-off-by: Johannes Schindelin --- git-compat-util.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/git-compat-util.h b/git-compat-util.h index 9a64998b24b1de..a9dfa0be0d96ab 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 *)'. From d9fa5b855ba2805d5afced4795c7d6e87f7e41b7 Mon Sep 17 00:00:00 2001 From: Johannes Schindelin Date: Wed, 8 Aug 2018 13:42:45 +0200 Subject: [PATCH 2/2] remote-curl: remove spurious period We should not interrupt. sentences in the middle. Signed-off-by: Johannes Schindelin --- remote-curl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/remote-curl.c b/remote-curl.c index 99b0bedc6ddc67..fb28309e850518 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;