diff options
author | Roger Dingledine <arma@torproject.org> | 2003-09-11 20:10:39 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2003-09-11 20:10:39 +0000 |
commit | 0761bc7b83e4eeaa02ee45807cc691cb753c43a2 (patch) | |
tree | becd7a4059aa3d0ad12427a7709e2364a9d97f34 /src/common/tortls.c | |
parent | 44c3a7c2d7de0b3f765e9847108a7b880b741039 (diff) | |
download | tor-0761bc7b83e4eeaa02ee45807cc691cb753c43a2.tar tor-0761bc7b83e4eeaa02ee45807cc691cb753c43a2.tar.gz |
fix typo that's been bugging me
svn:r440
Diffstat (limited to 'src/common/tortls.c')
-rw-r--r-- | src/common/tortls.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/tortls.c b/src/common/tortls.c index 14424986c..2d6696941 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) |