tor

The Tor anonymity network
git clone https://git.dasho.dev/tor.git
Log | Files | Refs | README | LICENSE

commit 8a10c0696da526ff29076cba536633d5c2483439
parent 9b1aa9a5726b61bdbdd1b05f27b97cedfa953395
Author: teor <teor@torproject.org>
Date:   Mon, 19 Aug 2019 16:36:58 +1000

test/nodelist: Fix a typo

Diffstat:
Msrc/test/test_nodelist.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/test/test_nodelist.c b/src/test/test_nodelist.c @@ -76,7 +76,7 @@ test_nodelist_node_get_verbose_nickname_not_named(void *arg) } /** A node should be considered a directory server if it has an open dirport - * of it accepts tunnelled directory requests. + * or it accepts tunnelled directory requests. */ static void test_nodelist_node_is_dir(void *arg)