[or-cvs] fix typo that"s been bugging me

Roger Dingledine arma at seul.org
Thu Sep 11 20:10:41 UTC 2003


Update of /home/or/cvsroot/src/common
In directory moria.mit.edu:/home2/arma/work/onion/cvs/src/common

Modified Files:
	tortls.c 
Log Message:
fix typo that's been bugging me


Index: tortls.c
===================================================================
RCS file: /home/or/cvsroot/src/common/tortls.c,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- tortls.c	10 Sep 2003 00:47:39 -0000	1.4
+++ tortls.c	11 Sep 2003 20:10:39 -0000	1.5
@@ -265,7 +265,7 @@
 
 /* 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)



More information about the tor-commits mailing list