From bad0e7f5212434a44851a4a49d104f23a623453a Mon Sep 17 00:00:00 2001 From: brunoerg Date: Sat, 29 Jan 2022 19:19:44 -0300 Subject: doc: Fix typos pointed out by lint-spelling --- src/random.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/random.h') diff --git a/src/random.h b/src/random.h index 5174c553fb..97302d61ab 100644 --- a/src/random.h +++ b/src/random.h @@ -89,7 +89,7 @@ constexpr auto GetRandMillis = GetRandomDuration; * is memoryless and should be used for repeated network events (e.g. sending a * certain type of message) to minimize leaking information to observers. * - * The probability of an event occuring before time x is 1 - e^-(x/a) where a + * The probability of an event occurring before time x is 1 - e^-(x/a) where a * is the average interval between events. * */ std::chrono::microseconds GetExponentialRand(std::chrono::microseconds now, std::chrono::seconds average_interval); -- cgit v1.2.3