diff options
author | Roger Dingledine <arma@torproject.org> | 2022-06-30 03:48:39 -0400 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2022-06-30 03:48:39 -0400 |
commit | f181ad7c59da41840e58ab809550f29bdab9b14d (patch) | |
tree | ae16dee16aadce2a49c85b7569d2ad16a2c1dc00 | |
parent | 2b9d2055f0d5970e6c4c2c79b12306e5d9c3bea7 (diff) | |
download | tor-f181ad7c59da41840e58ab809550f29bdab9b14d.tar.gz tor-f181ad7c59da41840e58ab809550f29bdab9b14d.zip |
fix typo in comment
-rw-r--r-- | src/feature/hs/hs_client.c | 4 |
1 files 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() |