aboutsummaryrefslogtreecommitdiff
path: root/src/feature/nodelist/nodelist.c
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/nodelist/nodelist.c
parente68770719ef4d3d3b83398715b1e10391ab6a1b4 (diff)
downloadtor-4f114f59e62397fba98b17e1394adfa29e3de78b.tar.gz
tor-4f114f59e62397fba98b17e1394adfa29e3de78b.zip
fix typos
no actual changes
Diffstat (limited to 'src/feature/nodelist/nodelist.c')
-rw-r--r--src/feature/nodelist/nodelist.c2
1 files changed, 1 insertions, 1 deletions
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)
{