[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] r13887: Fix typo in tortls.c comment. (in tor/trunk: . src/common)
Author: nickm
Date: 2008-03-07 20:11:52 -0500 (Fri, 07 Mar 2008)
New Revision: 13887
Modified:
tor/trunk/
tor/trunk/src/common/tortls.c
Log:
r18638@catbus: nickm | 2008-03-07 20:11:15 -0500
Fix typo in tortls.c comment.
Property changes on: tor/trunk
___________________________________________________________________
svk:merge ticket from /tor/trunk [r18638] on 8246c3cf-6607-4228-993b-4d95d33730f1
Modified: tor/trunk/src/common/tortls.c
===================================================================
--- tor/trunk/src/common/tortls.c 2008-03-07 21:26:34 UTC (rev 13886)
+++ tor/trunk/src/common/tortls.c 2008-03-08 01:11:52 UTC (rev 13887)
@@ -1273,7 +1273,7 @@
}
/** Sets n_read and n_written to the number of bytes read and written,
- * respectivey, on the raw socket used by <b>tls</b> since the last time this
+ * respectively, on the raw socket used by <b>tls</b> since the last time this
* function was called on <b>tls</b>. */
void
tor_tls_get_n_raw_bytes(tor_tls_t *tls, size_t *n_read, size_t *n_written)