From b9dd23de91bba8866052579b1d974691201cb075 Mon Sep 17 00:00:00 2001 From: trinity-1686a Date: Mon, 25 Apr 2022 00:27:29 +0200 Subject: [PATCH] fix typo in doc --- crates/tor-circmgr/src/lib.rs | 2 +- crates/tor-guardmgr/src/lib.rs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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