summaryrefslogtreecommitdiff
path: root/src/feature
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2023-05-11 13:09:34 -0400
committerRoger Dingledine <arma@torproject.org>2023-05-11 13:09:34 -0400
commit34da50718a4395936736c32e8cc24876d2f7e10c (patch)
tree37ad56de5ec76fdb9169ff7977229b6df73f6f56 /src/feature
parente643a708793f748bf7c3dd4978762429e51411cf (diff)
downloadtor-34da50718a4395936736c32e8cc24876d2f7e10c.tar.gz
tor-34da50718a4395936736c32e8cc24876d2f7e10c.zip
fix minor typos in conflux and pow areas
Diffstat (limited to 'src/feature')
-rw-r--r--src/feature/hs/hs_pow.h2
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;