diff --git a/tokio/src/util/rand.rs b/tokio/src/util/rand.rs index fe6b7246c05..749da6bcac4 100644 --- a/tokio/src/util/rand.rs +++ b/tokio/src/util/rand.rs @@ -46,7 +46,7 @@ cfg_rt! { } } -/// A seed for random numnber generation. +/// A seed for random number generation. /// /// In order to make certain functions within a runtime deterministic, a seed /// can be specified at the time of creation.