diff options
Diffstat (limited to 'src/test/test_hs_service.c')
-rw-r--r-- | src/test/test_hs_service.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/test_hs_service.c b/src/test/test_hs_service.c index fad65e61f7..7fade6379d 100644 --- a/src/test/test_hs_service.c +++ b/src/test/test_hs_service.c @@ -661,7 +661,7 @@ test_intro_circuit_opened(void *arg) UNMOCK(relay_send_command_from_edge_); } -/** Test the operations we do on a circuit after we learn that we successfuly +/** Test the operations we do on a circuit after we learn that we successfully * established an intro point on it */ static void test_intro_established(void *arg) |