]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
fix wrong word in comment
authorRoger Dingledine <arma@torproject.org>
Tue, 31 Jul 2018 02:35:33 +0000 (22:35 -0400)
committerRoger Dingledine <arma@torproject.org>
Tue, 31 Jul 2018 02:35:33 +0000 (22:35 -0400)
src/feature/hs/hs_common.c

index 1c5dfd5e639df84ed6bdaf2efb4102ae3ff4adde..12405a79cb72cdbcbdf4d6594e3ddf3dc21bba2b 100644 (file)
@@ -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