diff options
author | teor <teor@torproject.org> | 2019-08-19 16:36:58 +1000 |
---|---|---|
committer | teor <teor@torproject.org> | 2019-08-19 16:40:41 +1000 |
commit | 8a10c0696da526ff29076cba536633d5c2483439 (patch) | |
tree | 4ca46075d68321af6ce101058f630df04b72e757 /src | |
parent | 9b1aa9a5726b61bdbdd1b05f27b97cedfa953395 (diff) | |
download | tor-8a10c0696da526ff29076cba536633d5c2483439.tar.gz tor-8a10c0696da526ff29076cba536633d5c2483439.zip |
test/nodelist: Fix a typo
Diffstat (limited to 'src')
-rw-r--r-- | src/test/test_nodelist.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/test_nodelist.c b/src/test/test_nodelist.c index 8d6d3cb974..23b015c8c6 100644 --- 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) |