tor

The Tor anonymity network
git clone https://git.dasho.dev/tor.git
Log | Files | Refs | README | LICENSE

commit f181ad7c59da41840e58ab809550f29bdab9b14d
parent 2b9d2055f0d5970e6c4c2c79b12306e5d9c3bea7
Author: Roger Dingledine <arma@torproject.org>
Date:   Thu, 30 Jun 2022 03:48:39 -0400

fix typo in comment

Diffstat:
Msrc/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 @@ -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()