diff --git a/crates/tor-circmgr/src/lib.rs b/crates/tor-circmgr/src/lib.rs index 3c7f2e472..50b42bb4e 100644 --- a/crates/tor-circmgr/src/lib.rs +++ b/crates/tor-circmgr/src/lib.rs @@ -756,7 +756,7 @@ impl CircMgr { /// Return a stream of events about our estimated clock skew; these events /// are `None` when we don't have enough information to make an estimate, - /// and `Some(`[`SkewEstiamte`]`)` otherwise. + /// and `Some(`[`SkewEstimate`]`)` otherwise. /// /// Note that this stream can be lossy: if the estimate changes more than /// one before you read from the stream, you might only get the most recent diff --git a/crates/tor-guardmgr/src/lib.rs b/crates/tor-guardmgr/src/lib.rs index 7bec8af83..1e2d29f24 100644 --- a/crates/tor-guardmgr/src/lib.rs +++ b/crates/tor-guardmgr/src/lib.rs @@ -586,7 +586,7 @@ impl GuardMgr { /// Return a stream of events about our estimated clock skew; these events /// are `None` when we don't have enough information to make an estimate, - /// and `Some(`[`SkewEstiamte`]`)` otherwise. + /// and `Some(`[`SkewEstimate`]`)` otherwise. /// /// Note that this stream can be lossy: if the estimate changes more than /// one before you read from the stream, you might only get the most recent