]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
typos in comments
authorRoger Dingledine <arma@torproject.org>
Thu, 18 Apr 2024 13:04:12 +0000 (09:04 -0400)
committerRoger Dingledine <arma@torproject.org>
Thu, 18 Apr 2024 13:04:12 +0000 (09:04 -0400)
src/feature/hs/hs_service.c

index 6fa238e2b340516e5bd76c8393747369b4d18d5c..3fb0220cc0bda270d6c1452275b7144c7dd135b3 100644 (file)
@@ -2153,7 +2153,7 @@ build_all_descriptors(time_t now)
       continue;
     }
 
-    /* Reaching this point means we are pass bootup so at runtime. We should
+    /* Reaching this point means we are past bootup so at runtime. We should
      * *never* have an empty current descriptor. If the next descriptor is
      * empty, we'll try to build it for the next time period. This only
      * happens when we rotate meaning that we are guaranteed to have a new SRV
@@ -2175,7 +2175,7 @@ build_all_descriptors(time_t now)
 /** Randomly pick a node to become an introduction point but not present in the
  * given exclude_nodes list. The chosen node is put in the exclude list
  * regardless of success or not because in case of failure, the node is simply
- * unsusable from that point on.
+ * unusable from that point on.
  *
  * If direct_conn is set, try to pick a node that our local firewall/policy
  * allows us to connect to directly. If we can't find any, return NULL.