diff options
author | Roger Dingledine <arma@torproject.org> | 2016-03-29 10:56:26 -0400 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2016-03-29 10:56:26 -0400 |
commit | 1103d8249253889a270bc0891d1cad9647da65dd (patch) | |
tree | 81ae2978d01ad92f5dc8d6d7fca58eee45719fa0 /src/or/onion.c | |
parent | 4e76b206b5fac18805a5cb2c3440dd367bd3b92d (diff) | |
download | tor-1103d8249253889a270bc0891d1cad9647da65dd.tar.gz tor-1103d8249253889a270bc0891d1cad9647da65dd.zip |
fix typo in comment
Diffstat (limited to 'src/or/onion.c')
-rw-r--r-- | src/or/onion.c | 2 |
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, |