summaryrefslogtreecommitdiff
path: root/src/common/tortls.c
diff options
context:
space:
mode:
authorSebastian Hahn <sebastian@torproject.org>2010-04-04 03:34:42 +0200
committerNick Mathewson <nickm@torproject.org>2010-09-27 14:22:18 -0400
commit865bea3b895831a486b024e90f58d72d025ce284 (patch)
tree2e41a80cff9959d8b25f896b0d82398ab4b1ea16 /src/common/tortls.c
parentbeb52352f2aeefb69ae2ee67e4e456346e28e40e (diff)
downloadtor-865bea3b895831a486b024e90f58d72d025ce284.tar.gz
tor-865bea3b895831a486b024e90f58d72d025ce284.zip
Some bufferevents related fixes and pointers for nickm
Diffstat (limited to 'src/common/tortls.c')
-rw-r--r--src/common/tortls.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/tortls.c b/src/common/tortls.c
index 3ae3ef8835..fb2e9ed499 100644
--- a/src/common/tortls.c
+++ b/src/common/tortls.c
@@ -1206,7 +1206,7 @@ tor_tls_handshake(tor_tls_t *tls)
}
/** Perform the final part of the intial TLS handshake on <b>tls</b>. This
- * should be called for the first handshake only: it determiens whether the v1
+ * should be called for the first handshake only: it determines whether the v1
* or the v2 handshake was used, and adjusts things for the renegotiation
* handshake as appropriate.
*