diff options
author | Roger Dingledine <arma@torproject.org> | 2020-10-01 19:32:32 -0400 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2020-10-01 19:32:32 -0400 |
commit | 4f114f59e62397fba98b17e1394adfa29e3de78b (patch) | |
tree | c48c09eaee4fd9814f3f9c24220a78b0584c4410 /src/feature/hs | |
parent | e68770719ef4d3d3b83398715b1e10391ab6a1b4 (diff) | |
download | tor-4f114f59e62397fba98b17e1394adfa29e3de78b.tar.gz tor-4f114f59e62397fba98b17e1394adfa29e3de78b.zip |
fix typos
no actual changes
Diffstat (limited to 'src/feature/hs')
-rw-r--r-- | src/feature/hs/hs_circuitmap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/feature/hs/hs_circuitmap.c b/src/feature/hs/hs_circuitmap.c index 466a02de39..e46b008a5c 100644 --- a/src/feature/hs/hs_circuitmap.c +++ b/src/feature/hs/hs_circuitmap.c @@ -275,7 +275,7 @@ hs_circuitmap_get_or_circuit(hs_token_type_t type, /** Public function: Return v2 and v3 introduction circuit to this relay. * Always return a newly allocated list for which it is the caller's - * responsability to free it. */ + * responsibility to free it. */ smartlist_t * hs_circuitmap_get_all_intro_circ_relay_side(void) { |