tor

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

commit e1429d91480ee16ebe32be35263a4695e1795ff9
parent e6c5b248aea3e70e78e60648b10b30daa14f0802
Author: Roger Dingledine <arma@torproject.org>
Date:   Mon, 23 Sep 2019 18:32:05 -0400

fix typo in comment

Diffstat:
Msrc/feature/rend/rendservice.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/feature/rend/rendservice.c b/src/feature/rend/rendservice.c @@ -2127,7 +2127,7 @@ rend_service_receive_introduction(origin_circuit_t *circuit, * * We only use a one-hop path on the first attempt. If the first attempt * fails, we use a 3-hop path for reachability / reliability. - * See the comment in rend_service_relauch_rendezvous() for details. */ + * See the comment in rend_service_relaunch_rendezvous() for details. */ if (rend_service_use_direct_connection(options, rp) && i == 0) { flags = flags | CIRCLAUNCH_ONEHOP_TUNNEL; }