diff options
author | Roger Dingledine <arma@torproject.org> | 2015-11-23 07:40:13 -0500 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2015-11-23 07:40:13 -0500 |
commit | 6cdd024c94ce9d2ba73cb393ccc84c6274c26d85 (patch) | |
tree | 86573bd5f8105792095e180c5465c45b8ee96ab2 /src/or/directory.c | |
parent | cbc1b8a4f75d449a0843451954568e0c8498821e (diff) | |
download | tor-6cdd024c94ce9d2ba73cb393ccc84c6274c26d85.tar.gz tor-6cdd024c94ce9d2ba73cb393ccc84c6274c26d85.zip |
fix two typos in comments
Diffstat (limited to 'src/or/directory.c')
-rw-r--r-- | src/or/directory.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/directory.c b/src/or/directory.c index 6f8edb5ad4..ffe4708fca 100644 --- a/src/or/directory.c +++ b/src/or/directory.c @@ -3398,7 +3398,7 @@ connection_dir_finished_flushing(dir_connection_t *conn) tor_assert(conn->base_.type == CONN_TYPE_DIR); /* Note that we have finished writing the directory response. For direct - * connections this means we're done, for tunneled connections its only + * connections this means we're done; for tunneled connections it's only * an intermediate step. */ if (conn->dirreq_id) geoip_change_dirreq_state(conn->dirreq_id, DIRREQ_TUNNELED, |