aboutsummaryrefslogtreecommitdiff
path: root/src/test/test_nodelist.c
diff options
context:
space:
mode:
authorArlo Breault <arlolra@gmail.com>2014-09-23 12:22:36 -0400
committerNick Mathewson <nickm@torproject.org>2014-09-23 12:23:18 -0400
commitbb137e23c1c30f7e9f469d4924bbce2bb9b2d2ed (patch)
tree44933bf6beeb24edb6396c104ae641711262f936 /src/test/test_nodelist.c
parent5ed5ac185bf6f30438af1638f30e04418ed27aff (diff)
downloadtor-bb137e23c1c30f7e9f469d4924bbce2bb9b2d2ed.tar.gz
tor-bb137e23c1c30f7e9f469d4924bbce2bb9b2d2ed.zip
Unit tests for router download functions.
Also, sort test suites alphabetically.
Diffstat (limited to 'src/test/test_nodelist.c')
-rw-r--r--src/test/test_nodelist.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/test_nodelist.c b/src/test/test_nodelist.c
index 600e6a89d4..67d39f35cd 100644
--- a/src/test/test_nodelist.c
+++ b/src/test/test_nodelist.c
@@ -10,7 +10,7 @@
#include "nodelist.h"
#include "test.h"
-/** Tese the case when node_get_by_id() returns NULL,
+/** Test the case when node_get_by_id() returns NULL,
* node_get_verbose_nickname_by_id should return the base 16 encoding
* of the id.
*/