diff --git a/spellcheck.dic b/spellcheck.dic index ad73ea17bdc..81430dde286 100644 --- a/spellcheck.dic +++ b/spellcheck.dic @@ -36,7 +36,7 @@ adaptor adaptors Adaptors AIO -ambiant +ambient amongst api APIs diff --git a/tokio-util/CHANGELOG.md b/tokio-util/CHANGELOG.md index da0c45dd97f..28314bba145 100644 --- a/tokio-util/CHANGELOG.md +++ b/tokio-util/CHANGELOG.md @@ -135,7 +135,7 @@ This release contains one performance improvement: [#5630]: https://github.com/tokio-rs/tokio/pull/5630 [#5632]: https://github.com/tokio-rs/tokio/pull/5632 -# 0.7.7 (February 12, 2023) +# 0.7.7 (February 12th, 2023) This release reverts the removal of the `Encoder` bound on the `FramedParts` constructor from [#5280] since it turned out to be a breaking change. ([#5450]) diff --git a/tokio/CHANGELOG.md b/tokio/CHANGELOG.md index f7f45924875..99bca9dba57 100644 --- a/tokio/CHANGELOG.md +++ b/tokio/CHANGELOG.md @@ -37,7 +37,7 @@ [#6938]: https://github.com/tokio-rs/tokio/pull/6938 [#6944]: https://github.com/tokio-rs/tokio/pull/6944 -# 1.41.0 (Oct 22th, 2024) +# 1.41.0 (Oct 22nd, 2024) ### Added diff --git a/tokio/src/runtime/task/trace/mod.rs b/tokio/src/runtime/task/trace/mod.rs index 851e96a73a1..16cb3477ffc 100644 --- a/tokio/src/runtime/task/trace/mod.rs +++ b/tokio/src/runtime/task/trace/mod.rs @@ -24,7 +24,7 @@ use super::{Notified, OwnedTasks, Schedule}; type Backtrace = Vec; type SymbolTrace = Vec; -/// The ambiant backtracing context. +/// The ambient backtracing context. pub(crate) struct Context { /// The address of [`Trace::root`] establishes an upper unwinding bound on /// the backtraces in `Trace`.