diff options
author | Roger Dingledine <arma@torproject.org> | 2022-10-20 19:46:27 -0400 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2022-10-20 19:46:27 -0400 |
commit | e6899dcdf4aad5683e649ef36052b2cc89c6892a (patch) | |
tree | 02bd60632e1c728fe7535f31f774f5089e1e5d05 /changes | |
parent | e86833ade650104d610327432f2e646d13f6a2a2 (diff) | |
download | tor-e6899dcdf4aad5683e649ef36052b2cc89c6892a.tar.gz tor-e6899dcdf4aad5683e649ef36052b2cc89c6892a.zip |
fix typo in #40673's changes file
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug40673 | 2 |
1 files changed, 1 insertions, 1 deletions
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 |