[tor-commits] [tor/master] fix wrong word in comment

arma at torproject.org arma at torproject.org
Tue Jul 31 02:36:56 UTC 2018


commit fe9f58514349c9d25b48ae29c87d8aaf065d0931
Author: Roger Dingledine <arma at torproject.org>
Date:   Mon Jul 30 22:35:33 2018 -0400

    fix wrong word in comment
---
 src/feature/hs/hs_common.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/feature/hs/hs_common.c b/src/feature/hs/hs_common.c
index 1c5dfd5e6..12405a79c 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



More information about the tor-commits mailing list