From e6899dcdf4aad5683e649ef36052b2cc89c6892a Mon Sep 17 00:00:00 2001 From: Roger Dingledine Date: Thu, 20 Oct 2022 19:46:27 -0400 Subject: [PATCH] fix typo in #40673's changes file --- changes/bug40673 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/changes/bug40673 b/changes/bug40673 index 16763ed258..1bbf42649b 100644 --- a/changes/bug40673 +++ b/changes/bug40673 @@ -1,5 +1,5 @@ o Minor bugfixes (relay overload statistics): - - Count total create cells vs dropped rate cells properly, when + - Count total create cells vs dropped create cells properly, when assessing if our fraction of dropped cells is too high. We only count non-client circuits in the denominator, but we would include client circuits in the numerator, leading to surprising log lines