summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2003-09-11 20:10:39 +0000
committerRoger Dingledine <arma@torproject.org>2003-09-11 20:10:39 +0000
commit0761bc7b83e4eeaa02ee45807cc691cb753c43a2 (patch)
treebecd7a4059aa3d0ad12427a7709e2364a9d97f34
parent44c3a7c2d7de0b3f765e9847108a7b880b741039 (diff)
downloadtor-0761bc7b83e4eeaa02ee45807cc691cb753c43a2.tar.gz
tor-0761bc7b83e4eeaa02ee45807cc691cb753c43a2.zip
fix typo that's been bugging me
svn:r440
-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 14424986c5..2d66969418 100644
--- a/src/common/tortls.c
+++ b/src/common/tortls.c
@@ -265,7 +265,7 @@ tor_tls_write(tor_tls *tls, char *cp, int n)
/* Perform initial handshake on 'tls'. When finished, returns
* TOR_TLS_DONE. On failure, returns TOR_TLS_ERROR, TOR_TLS_WANTREAD,
- * or TOR_TLS_WANNTWRITE.
+ * or TOR_TLS_WANTWRITE.
*/
int
tor_tls_handshake(tor_tls *tls)