aboutsummaryrefslogtreecommitdiff
path: root/src/or/onion_fast.c
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2013-08-23 21:43:57 -0400
committerRoger Dingledine <arma@torproject.org>2013-08-23 21:43:57 -0400
commit0fd8f5781b8535c1735d9f984ff833a3024ddc95 (patch)
tree8adff3ea41474d39c132debee601f50178afba3e /src/or/onion_fast.c
parent223c7da080713691531817bbf8b61589aa0a67ff (diff)
downloadtor-0fd8f5781b8535c1735d9f984ff833a3024ddc95.tar
tor-0fd8f5781b8535c1735d9f984ff833a3024ddc95.tar.gz
fix typos
Diffstat (limited to 'src/or/onion_fast.c')
-rw-r--r--src/or/onion_fast.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/onion_fast.c b/src/or/onion_fast.c
index aa034a8bd..8e778dbc6 100644
--- a/src/or/onion_fast.c
+++ b/src/or/onion_fast.c
@@ -22,7 +22,7 @@ fast_handshake_state_free(fast_handshake_state_t *victim)
tor_free(victim);
}
-/** Create the state needed to perform a CREATE_FAST hasnshake. Return 0
+/** Create the state needed to perform a CREATE_FAST handshake. Return 0
* on success, -1 on failure. */
int
fast_onionskin_create(fast_handshake_state_t **handshake_state_out,