diff options
author | Roger Dingledine <arma@torproject.org> | 2023-05-11 13:09:34 -0400 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2023-05-11 13:09:34 -0400 |
commit | 34da50718a4395936736c32e8cc24876d2f7e10c (patch) | |
tree | 37ad56de5ec76fdb9169ff7977229b6df73f6f56 /src/feature/hs/hs_pow.h | |
parent | e643a708793f748bf7c3dd4978762429e51411cf (diff) | |
download | tor-34da50718a4395936736c32e8cc24876d2f7e10c.tar.gz tor-34da50718a4395936736c32e8cc24876d2f7e10c.zip |
fix minor typos in conflux and pow areas
Diffstat (limited to 'src/feature/hs/hs_pow.h')
-rw-r--r-- | src/feature/hs/hs_pow.h | 2 |
1 files changed, 1 insertions, 1 deletions
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; |