diff options
author | Roger Dingledine <arma@torproject.org> | 2020-04-08 19:13:52 -0400 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2020-04-08 19:13:52 -0400 |
commit | 9bd73da7cf23ac63ad89beda4d72eca2535e90bd (patch) | |
tree | dbcf56f22bab07df2f9b1a2aede2946bfc8c8f39 /src/feature/hs/hs_circuit.c | |
parent | 7a82c972efacb5004431ae81326b3a8e55d5fac7 (diff) | |
download | tor-9bd73da7cf23ac63ad89beda4d72eca2535e90bd.tar.gz tor-9bd73da7cf23ac63ad89beda4d72eca2535e90bd.zip |
fix typos from #32542
Diffstat (limited to 'src/feature/hs/hs_circuit.c')
-rw-r--r-- | src/feature/hs/hs_circuit.c | 4 |
1 files changed, 2 insertions, 2 deletions
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. */ } /* ========== */ |