commit 1103d8249253889a270bc0891d1cad9647da65dd Author: Roger Dingledine arma@torproject.org Date: Tue Mar 29 10:56:26 2016 -0400
fix typo in comment --- src/or/onion.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/or/onion.c b/src/or/onion.c index d6ef367..4bed7ae 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,
tor-commits@lists.torproject.org