aboutsummaryrefslogtreecommitdiff
path: root/src/test/test_hs_service.c
diff options
context:
space:
mode:
authorNeel Chauhan <neel@neelc.org>2020-06-17 20:12:13 -0700
committerNeel Chauhan <neel@neelc.org>2020-06-17 20:12:13 -0700
commitcaebfa5f6feb7451959b613d656c177ed1288a7d (patch)
tree2d222cce988202f5abdfa550ae207d5070199da4 /src/test/test_hs_service.c
parent48ff6a41aed1e2b57f1766206324bc9dc33c19d1 (diff)
downloadtor-caebfa5f6feb7451959b613d656c177ed1288a7d.tar.gz
tor-caebfa5f6feb7451959b613d656c177ed1288a7d.zip
Fix typo in test_build_update_descriptors() comment
Diffstat (limited to 'src/test/test_hs_service.c')
-rw-r--r--src/test/test_hs_service.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/test_hs_service.c b/src/test/test_hs_service.c
index 80383baff8..68ec5af391 100644
--- a/src/test/test_hs_service.c
+++ b/src/test/test_hs_service.c
@@ -1619,7 +1619,7 @@ test_build_update_descriptors(void *arg)
/* We won't test the service IP object because there is a specific test
* already for this but we'll make sure that the state is coherent.*/
- /* Three link specifiers are mandatoy so make sure we do have them. */
+ /* Three link specifiers are mandatory so make sure we do have them. */
tt_int_op(smartlist_len(ip_cur->base.link_specifiers), OP_EQ, 3);
/* Make sure we have a valid encryption keypair generated when we pick an
* intro point in the update process. */