]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
fix typo that's been bugging me
authorRoger Dingledine <arma@torproject.org>
Thu, 11 Sep 2003 20:10:39 +0000 (20:10 +0000)
committerRoger Dingledine <arma@torproject.org>
Thu, 11 Sep 2003 20:10:39 +0000 (20:10 +0000)
svn:r440

src/common/tortls.c

index 14424986c55c3f3170fd832d4bc0ecb9d9b4f43d..2d669694184175c7fe7c157965dfa84256532101 100644 (file)
@@ -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)