diff options
Diffstat (limited to 'crates/tor-dirclient')
| -rw-r--r-- | crates/tor-dirclient/src/err.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/tor-dirclient/src/err.rs b/crates/tor-dirclient/src/err.rs index 0c2367943..be4c7e4e0 100644 --- a/crates/tor-dirclient/src/err.rs +++ b/crates/tor-dirclient/src/err.rs @@ -99,7 +99,7 @@ pub enum RequestError { /// Too much clock skew between us and the directory. /// - /// (We've givin up on this request early, since any directory that it + /// (We've giving up on this request early, since any directory that it /// believes in, we would reject as untimely.) #[error("Too much clock skew with directory cache")] TooMuchClockSkew, |
