From 9bd73da7cf23ac63ad89beda4d72eca2535e90bd Mon Sep 17 00:00:00 2001 From: Roger Dingledine Date: Wed, 8 Apr 2020 19:13:52 -0400 Subject: fix typos from #32542 --- src/feature/hs/hs_circuit.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/feature/hs/hs_circuit.c') diff --git a/src/feature/hs/hs_circuit.c b/src/feature/hs/hs_circuit.c index 53f574c14a..447f664f81 100644 --- a/src/feature/hs/hs_circuit.c +++ b/src/feature/hs/hs_circuit.c @@ -632,7 +632,7 @@ cleanup_on_close_client_circ(circuit_t *circ) hs_client_circuit_cleanup_on_close(circ); } /* It is possible the circuit has an HS purpose but no identifier (rend_data - * or hs_ident). Thus possible that this passess through. */ + * or hs_ident). Thus possible that this passes through. */ } /** Helper: cleanup function for client circuit. This is for every HS version. @@ -648,7 +648,7 @@ cleanup_on_free_client_circ(circuit_t *circ) hs_client_circuit_cleanup_on_free(circ); } /* It is possible the circuit has an HS purpose but no identifier (rend_data - * or hs_ident). Thus possible that this passess through. */ + * or hs_ident). Thus possible that this passes through. */ } /* ========== */ -- cgit v1.2.3-54-g00ecf