]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
fix some tiny typos
authorRoger Dingledine <arma@torproject.org>
Wed, 24 Mar 2021 22:13:46 +0000 (18:13 -0400)
committerRoger Dingledine <arma@torproject.org>
Wed, 24 Mar 2021 22:13:46 +0000 (18:13 -0400)
ChangeLog
src/core/mainloop/connection.c
src/feature/hs/hs_common.c

index 646e0c8629a91c783e073963affeb8ed5dd0d550..b72daac1b294ba0c95962a24e7028c422496e3da 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -13,7 +13,7 @@ Changes in version 0.4.6.1-alpha - 2021-03-18
       created with client authorization. Closes ticket 40084. Patch by
       Neel Chauhan.
 
-  o Major features (directory authorityl):
+  o Major features (directory authority):
     - When voting on a relay with a Sybil-like appearance, add the Sybil
       flag when clearing out the other flags. This lets a relay operator
       know why their relay hasn't been included in the consensus. Closes
index 9715fe3fb947503b9cb0e5fdf88c5b897ab27e94..9c6da1295f383c698a258ed5703aa688d8b738f0 100644 (file)
@@ -1242,7 +1242,7 @@ create_unix_sockaddr(const char *listenaddress, char **readable_address,
 /**
  * A socket failed from resource exhaustion.
  *
- * AMong other actions, warn that an accept or a connect has failed because
+ * Among other actions, warn that an accept or a connect has failed because
  * we're running out of TCP sockets we can use on current system.  Rate-limit
  * these warnings so that we don't spam the log. */
 static void
index 646e05daf433c64a8db711e7c5ee29d6ec63dec4..c9195c293473640f2b57ca7af452870d9ae69517 100644 (file)
@@ -55,7 +55,7 @@ static const char *str_ed25519_basepoint =
 
 #ifdef HAVE_SYS_UN_H
 
-/** Given <b>ports</b>, a smarlist containing hs_port_config_t,
+/** Given <b>ports</b>, a smartlist containing hs_port_config_t,
  * add the given <b>p</b>, a AF_UNIX port to the list. Return 0 on success
  * else return -ENOSYS if AF_UNIX is not supported (see function in the
  * #else statement below). */