summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorteor <teor2345@gmail.com>2016-09-05 15:44:02 +1000
committerNick Mathewson <nickm@torproject.org>2016-09-13 10:13:56 -0400
commit3e4a401ead701750218146edde939ef74ce8a5d0 (patch)
treec843a6e83896974bf1d9bdcc344e9cc781f8226f
parent4d9d2553baa6856b1d85ec26baa1ac3d2c24832a (diff)
downloadtor-3e4a401ead701750218146edde939ef74ce8a5d0.tar.gz
tor-3e4a401ead701750218146edde939ef74ce8a5d0.zip
Fix a typo in a comment in rend_consider_services_intro_points
-rw-r--r--src/or/rendservice.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/or/rendservice.c b/src/or/rendservice.c
index 8b96f77d45..ed89268459 100644
--- a/src/or/rendservice.c
+++ b/src/or/rendservice.c
@@ -3849,8 +3849,8 @@ rend_consider_services_intro_points(void)
n_intro_points_to_open);
break;
}
- /* Add the choosen node to the exclusion list in order to avoid to
- * pick it again in the next iteration. */
+ /* Add the choosen node to the exclusion list in order to avoid picking
+ * it again in the next iteration. */
smartlist_add(exclude_nodes, (void*)node);
intro = tor_malloc_zero(sizeof(rend_intro_point_t));
/* extend_info is for clients, so we want the multi-hop primary ORPort,