]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
test/nodelist: Fix a typo
authorteor <teor@torproject.org>
Mon, 19 Aug 2019 06:36:58 +0000 (16:36 +1000)
committerteor <teor@torproject.org>
Mon, 19 Aug 2019 06:40:41 +0000 (16:40 +1000)
src/test/test_nodelist.c

index 8d6d3cb974a088be8d7bd3afde0467dd691d4079..23b015c8c6bd125a64c2caeb7cdc5cd61145872e 100644 (file)
@@ -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)