From fe9f58514349c9d25b48ae29c87d8aaf065d0931 Mon Sep 17 00:00:00 2001 From: Roger Dingledine Date: Mon, 30 Jul 2018 22:35:33 -0400 Subject: fix wrong word in comment --- src/feature/hs/hs_common.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/feature/hs/hs_common.c') diff --git a/src/feature/hs/hs_common.c b/src/feature/hs/hs_common.c index 1c5dfd5e63..12405a79cb 100644 --- a/src/feature/hs/hs_common.c +++ b/src/feature/hs/hs_common.c @@ -844,7 +844,7 @@ hs_get_subcredential(const ed25519_public_key_t *identity_pk, memwipe(credential, 0, sizeof(credential)); } -/* From the given list of hidden service ports, find the ones that much the +/* From the given list of hidden service ports, find the ones that match the * given edge connection conn, pick one at random and use it to set the * connection address. Return 0 on success or -1 if none. */ int -- cgit v1.2.3-54-g00ecf