From: Roger Dingledine Date: Thu, 11 Sep 2003 20:10:39 +0000 (+0000) Subject: fix typo that's been bugging me X-Git-Tag: tor-0.0.2pre8~28 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=0761bc7b83e4eeaa02ee45807cc691cb753c43a2;p=thirdparty%2Ftor.git fix typo that's been bugging me svn:r440 --- 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)