diff options
author | David Goulet <dgoulet@torproject.org> | 2022-12-07 08:43:41 -0500 |
---|---|---|
committer | David Goulet <dgoulet@torproject.org> | 2022-12-07 08:43:41 -0500 |
commit | 1d1eb29443e98db95765f59e72101b1254b13187 (patch) | |
tree | 380c66b60f3c067da998a5c03c5bd12c506b20ef /changes | |
parent | 67244e684f1664c6e4ff3891a1d606e26a585ad1 (diff) | |
download | tor-1d1eb29443e98db95765f59e72101b1254b13187.tar.gz tor-1d1eb29443e98db95765f59e72101b1254b13187.zip |
metrics: Fix typo in a label
Fixes #40727
Signed-off-by: David Goulet <dgoulet@torproject.org>
Diffstat (limited to 'changes')
-rw-r--r-- | changes/ticket40727 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/changes/ticket40727 b/changes/ticket40727 new file mode 100644 index 0000000000..ce462481f4 --- /dev/null +++ b/changes/ticket40727 @@ -0,0 +1,3 @@ + o Minor bugfixes (relay, metrics): + - Fix typo in a congestion control label on the MetricsPort. Fixes bug + 40727; bugfix on 0.4.7.12. |