diff options
Diffstat (limited to 'crates/tor-cell')
| -rw-r--r-- | crates/tor-cell/src/relaycell/hs/pow.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/tor-cell/src/relaycell/hs/pow.rs b/crates/tor-cell/src/relaycell/hs/pow.rs index abf863861..9234be6b7 100644 --- a/crates/tor-cell/src/relaycell/hs/pow.rs +++ b/crates/tor-cell/src/relaycell/hs/pow.rs @@ -9,7 +9,7 @@ use super::intro_payload::IntroPayloadExtType; use caret::caret_int; use tor_bytes::{EncodeResult, Reader, Result, Writer}; -/// Extention to provide a proof of work for denial of service mitigation +/// Extension to provide a proof of work for denial of service mitigation /// /// Documented at <https://spec.torproject.org/rend-spec/introduction-protocol.html#INTRO1_POW_EXT> /// |
