aboutsummaryrefslogtreecommitdiff
path: root/src/or/onion.c
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2016-03-29 10:56:26 -0400
committerRoger Dingledine <arma@torproject.org>2016-03-29 10:56:26 -0400
commit1103d8249253889a270bc0891d1cad9647da65dd (patch)
tree81ae2978d01ad92f5dc8d6d7fca58eee45719fa0 /src/or/onion.c
parent4e76b206b5fac18805a5cb2c3440dd367bd3b92d (diff)
downloadtor-1103d8249253889a270bc0891d1cad9647da65dd.tar.gz
tor-1103d8249253889a270bc0891d1cad9647da65dd.zip
fix typo in comment
Diffstat (limited to 'src/or/onion.c')
-rw-r--r--src/or/onion.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/onion.c b/src/or/onion.c
index d6ef3673dd..4bed7ae226 100644
--- a/src/or/onion.c
+++ b/src/or/onion.c
@@ -527,7 +527,7 @@ onion_skin_server_handshake(int type,
* <b>rend_authenticator_out</b> to the "KH" field that can be used to
* establish introduction points at this hop, and return 0. On failure,
* return -1, and set *msg_out to an error message if this is worth
- * complaining to the usre about. */
+ * complaining to the user about. */
int
onion_skin_client_handshake(int type,
const onion_handshake_state_t *handshake_state,