[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[tor-commits] [tor] branch main updated: fix minor typos in conflux and pow areas



This is an automated email from the git hooks/post-receive script.

arma pushed a commit to branch main
in repository tor.

The following commit(s) were added to refs/heads/main by this push:
     new 34da50718a fix minor typos in conflux and pow areas
34da50718a is described below

commit 34da50718a4395936736c32e8cc24876d2f7e10c
Author: Roger Dingledine <arma@xxxxxxxxxxxxxx>
AuthorDate: Thu May 11 13:09:34 2023 -0400

    fix minor typos in conflux and pow areas
---
 src/core/or/conflux_st.h | 8 ++++----
 src/feature/hs/hs_pow.h  | 2 +-
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/src/core/or/conflux_st.h b/src/core/or/conflux_st.h
index dae4845cb6..2112b0b7a1 100644
--- a/src/core/or/conflux_st.h
+++ b/src/core/or/conflux_st.h
@@ -45,17 +45,17 @@ struct conflux_params_t {
 struct conflux_leg_t {
   /**
    * For computing ooo_q insertion sequence numbers: Highest absolute
-   * sequence number recieved on each leg, before delivery.
+   * sequence number received on each leg, before delivery.
    *
-   * As a reciever, this allows us to compute the absolute sequence number
+   * As a receiver, this allows us to compute the absolute sequence number
    * of a cell for delivery or insertion into the ooo_q. When a SWITCH cell
-   * is recieved on a leg, the absolute sequence number of that cell is
+   * is received on a leg, the absolute sequence number of that cell is
    * the relative sequence number in that cell, plus the absolute sequence
    * number of that leg from this array. The leg's sequence number
    * is then updated to this value immediately.
    *
    * In this way, we are able to assign absolute sequence numbers to cells
-   * immediately, regardless of how many legs or leg switches have ocurred,
+   * immediately, regardless of how many legs or leg switches have occurred,
    * and regardless of the delivery status of each cell versus if it must be
    * queued.
    */
diff --git a/src/feature/hs/hs_pow.h b/src/feature/hs/hs_pow.h
index 3418d7a0cb..b5949b7916 100644
--- a/src/feature/hs/hs_pow.h
+++ b/src/feature/hs/hs_pow.h
@@ -81,7 +81,7 @@ typedef struct hs_pow_solver_inputs_t {
   uint8_t seed[HS_POW_SEED_LEN];
   /** Blinded public ID for the onion service this puzzle is bound to */
   ed25519_public_key_t service_blinded_id;
-  /** Effort chosen by the client. May be higher or ower than
+  /** Effort chosen by the client. May be higher or lower than
    * suggested_effort in the descriptor. */
   uint32_t effort;
 } hs_pow_solver_inputs_t;

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.
_______________________________________________
tor-commits mailing list
tor-commits@xxxxxxxxxxxxxxxxxxxx
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits