aboutsummaryrefslogtreecommitdiff
path: root/src/or/nodelist.c
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2012-12-03 13:33:43 -0500
committerRoger Dingledine <arma@torproject.org>2012-12-03 13:33:43 -0500
commite899d49e2fa726a4f65120c9457b8d13d51f3944 (patch)
tree5d011ebd6dbdae331fd72dbf50390ac7f57e7e34 /src/or/nodelist.c
parent190c1d4981e5751aabd3d894095851c830f1d570 (diff)
downloadtor-e899d49e2fa726a4f65120c9457b8d13d51f3944.tar
tor-e899d49e2fa726a4f65120c9457b8d13d51f3944.tar.gz
fix some typos
Diffstat (limited to 'src/or/nodelist.c')
-rw-r--r--src/or/nodelist.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/or/nodelist.c b/src/or/nodelist.c
index 7bb5e4fdf..95345fb26 100644
--- a/src/or/nodelist.c
+++ b/src/or/nodelist.c
@@ -624,7 +624,7 @@ node_is_dir(const node_t *node)
}
/** Return true iff <b>node</b> has either kind of usable descriptor -- that
- * is, a routerdecriptor or a microdescriptor. */
+ * is, a routerdescriptor or a microdescriptor. */
int
node_has_descriptor(const node_t *node)
{
@@ -1139,7 +1139,7 @@ node_is_unreliable(const node_t *node, int need_uptime,
}
/** Return 1 if all running sufficiently-stable routers we can use will reject
- * addr:port, return 0 if any might accept it. */
+ * addr:port. Return 0 if any might accept it. */
int
router_exit_policy_all_nodes_reject(const tor_addr_t *addr, uint16_t port,
int need_uptime)