This is an automated email from the git hooks/post-receive script.
arma pushed a commit to branch main in repository tor.
The following commit(s) were added to refs/heads/main by this push: new f181ad7c59 fix typo in comment f181ad7c59 is described below
commit f181ad7c59da41840e58ab809550f29bdab9b14d Author: Roger Dingledine arma@torproject.org AuthorDate: Thu Jun 30 03:48:39 2022 -0400
fix typo in comment --- src/feature/hs/hs_client.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/feature/hs/hs_client.c b/src/feature/hs/hs_client.c index d08b518d94..bc304171ed 100644 --- a/src/feature/hs/hs_client.c +++ b/src/feature/hs/hs_client.c @@ -644,8 +644,8 @@ send_introduce1(origin_circuit_t *intro_circ, goto tran_err; }
- /* Check if the rendevous circuit was setup WITHOUT congestion control but if - * it is enabled and the service supports it. This can happen, see + /* Check if the rendezvous circuit was setup WITHOUT congestion control, + * but if it is enabled and the service supports it. This can happen, see * setup_rendezvous_circ_congestion_control() and so close rendezvous circuit * so another one can be created. */ if (TO_CIRCUIT(rend_circ)->ccontrol == NULL && congestion_control_enabled()
tor-commits@lists.torproject.org