commit eb06d52dae9cbb8344f543e1077ca6f0b62a317b
parent b37674fec75f14a0be9dbeff458355d91897cbe5
Author: David Goulet <dgoulet@torproject.org>
Date: Tue, 14 Dec 2021 16:13:00 -0500
fixup! relay: Change DNS timeout label on MetricsPort
Signed-off-by: David Goulet <dgoulet@torproject.org>
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/test/test_stats.c b/src/test/test_stats.c
@@ -721,7 +721,7 @@ test_overload_stats(void *arg)
stats_str = rep_hist_get_overload_stats_lines();
tt_assert(!stats_str);
- /* Note a overload */
+ /* Note an overload */
rep_hist_note_overload(OVERLOAD_GENERAL);
/* Move the time forward one hour */
@@ -742,7 +742,7 @@ test_overload_stats(void *arg)
/* Now the time should be 2002-01-07 00:00:00 */
- /* Note a overload */
+ /* Note an overload */
rep_hist_note_overload(OVERLOAD_GENERAL);
stats_str = rep_hist_get_overload_general_line();