From 8339afc7ee3fdd06adb92b6e77e4507111e814a8 Mon Sep 17 00:00:00 2001 From: Yaron Sheffer Date: Mon, 14 Nov 2022 11:05:54 +0000 Subject: [PATCH] Fix typo (#1264) --- src/rngs/thread.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/rngs/thread.rs b/src/rngs/thread.rs index 673c9a879d..78cecde575 100644 --- a/src/rngs/thread.rs +++ b/src/rngs/thread.rs @@ -54,7 +54,7 @@ const THREAD_RNG_RESEED_THRESHOLD: u64 = 1024 * 64; /// (every 64 kiB, as well as "soon" after a fork on Unix — see [`ReseedingRng`] /// documentation for details). /// -/// Security must be considered relative to a thread model and validation +/// Security must be considered relative to a threat model and validation /// requirements. `ThreadRng` attempts to meet basic security considerations /// for producing unpredictable random numbers: use a CSPRNG, use a /// recommended platform-specific seed ([`OsRng`]), and avoid