summaryrefslogtreecommitdiff
path: root/src/common/tortls.c
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2008-03-08 01:11:52 +0000
committerNick Mathewson <nickm@torproject.org>2008-03-08 01:11:52 +0000
commit267527661805de16946b39e88c986f827604be20 (patch)
tree8fa20a69ffe269311962b4309483644a95f61d40 /src/common/tortls.c
parentb770cc8e6ee7beffa97a3a78b79384e7114a72a8 (diff)
downloadtor-267527661805de16946b39e88c986f827604be20.tar.gz
tor-267527661805de16946b39e88c986f827604be20.zip
r18638@catbus: nickm | 2008-03-07 20:11:15 -0500
Fix typo in tortls.c comment. svn:r13887
Diffstat (limited to 'src/common/tortls.c')
-rw-r--r--src/common/tortls.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/tortls.c b/src/common/tortls.c
index 24e0a4071a..a73b0fb40a 100644
--- a/src/common/tortls.c
+++ b/src/common/tortls.c
@@ -1273,7 +1273,7 @@ tor_tls_get_forced_write_size(tor_tls_t *tls)
}
/** 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)