Browse Source

fix typo that's been bugging me

svn:r440
Roger Dingledine 22 years ago
parent
commit
0761bc7b83
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/common/tortls.c

+ 1 - 1
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)