aboutsummaryrefslogtreecommitdiff
path: root/src/feature
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2020-10-01 19:32:32 -0400
committerRoger Dingledine <arma@torproject.org>2020-10-01 19:32:32 -0400
commit4f114f59e62397fba98b17e1394adfa29e3de78b (patch)
treec48c09eaee4fd9814f3f9c24220a78b0584c4410 /src/feature
parente68770719ef4d3d3b83398715b1e10391ab6a1b4 (diff)
downloadtor-4f114f59e62397fba98b17e1394adfa29e3de78b.tar.gz
tor-4f114f59e62397fba98b17e1394adfa29e3de78b.zip
fix typos
no actual changes
Diffstat (limited to 'src/feature')
-rw-r--r--src/feature/hs/hs_circuitmap.c2
-rw-r--r--src/feature/nodelist/nodelist.c2
-rw-r--r--src/feature/relay/router.c2
3 files changed, 3 insertions, 3 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)
{
diff --git a/src/feature/nodelist/nodelist.c b/src/feature/nodelist/nodelist.c
index 7edc1fc51c..c9928d2f9b 100644
--- a/src/feature/nodelist/nodelist.c
+++ b/src/feature/nodelist/nodelist.c
@@ -1947,7 +1947,7 @@ node_get_curve25519_onion_key(const node_t *node)
/* Return a newly allocacted RSA onion public key taken from the given node.
*
* Return NULL if node is NULL or no RSA onion public key can be found. It is
- * the caller responsability to free the returned object. */
+ * the caller responsibility to free the returned object. */
crypto_pk_t *
node_get_rsa_onion_key(const node_t *node)
{
diff --git a/src/feature/relay/router.c b/src/feature/relay/router.c
index 11847a2616..8233ebe47f 100644
--- a/src/feature/relay/router.c
+++ b/src/feature/relay/router.c
@@ -3570,7 +3570,7 @@ router_set_rsa_onion_pkey(const crypto_pk_t *pk, char **onion_pkey_out,
}
/* From an ASN-1 encoded onion pkey, return a newly allocated RSA key object.
- * It is the caller responsability to free the returned object.
+ * It is the caller's responsibility to free the returned object.
*
* Return NULL if the pkey is NULL, malformed or if the length is 0. */
crypto_pk_t *