diff options
author | rl1987 <rl1987@sdf.lonestar.org> | 2019-01-05 11:02:18 +0200 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2019-01-11 18:56:48 -0500 |
commit | b69d28ae830ee0fea642395f0e7c2e89cc8a68d0 (patch) | |
tree | bf1a3b6a2ff56a433f841481b5bcd34836a4df15 /src/test/test_hs_service.c | |
parent | 1bcececdd8e2ff4d6e921270984ba7800c914f64 (diff) | |
download | tor-b69d28ae830ee0fea642395f0e7c2e89cc8a68d0.tar.gz tor-b69d28ae830ee0fea642395f0e7c2e89cc8a68d0.zip |
Fix a typo
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 3357ca2c56..ccb4d93feb 100644 --- a/src/test/test_hs_service.c +++ b/src/test/test_hs_service.c @@ -267,7 +267,7 @@ helper_clone_authorized_client(const hs_service_authorized_client_t *client) /* Helper: Return a newly allocated service object with the identity keypair * sets and the current descriptor. Then register it to the global map. - * Caller should us hs_free_all() to free this service or remove it from the + * Caller should use hs_free_all() to free this service or remove it from the * global map before freeing. */ static hs_service_t * helper_create_service(void) |