[tor-commits] [tor/main] fixup! relay: Change DNS timeout label on MetricsPort

ahf at torproject.org ahf at torproject.org
Wed Dec 15 12:47:55 UTC 2021


commit eb06d52dae9cbb8344f543e1077ca6f0b62a317b
Author: David Goulet <dgoulet at torproject.org>
Date:   Tue Dec 14 16:13:00 2021 -0500

    fixup! relay: Change DNS timeout label on MetricsPort
    
    Signed-off-by: David Goulet <dgoulet at torproject.org>
---
 src/test/test_stats.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/test/test_stats.c b/src/test/test_stats.c
index a224c21198..c7e0c10845 100644
--- 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();





More information about the tor-commits mailing list