commit 6d0ead08a87e5ea696de94cc755918a90e240cfb
Author: Tom Ritter <t...@ritter.vg>
Date:   Wed Jul 3 10:26:34 2019 -0500

    Correct the term of the bandwidth file. #28403
---
 website.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/website.py b/website.py
index f035da2..455e0e1 100755
--- a/website.py
+++ b/website.py
@@ -307,7 +307,7 @@ class WebsiteWriter:
                                + "/tor/server/all\">descriptors</a>")
                                if dirauth_nickname in 
self.bandwidth_authorities:
                                        self.site.write(" <a href=\"http://"; + 
authority.address + ":" + str(authority.dir_port)
-                                       + 
"/tor/status-vote/next/bandwidth\">bandwidth vote</a>")
+                                       + 
"/tor/status-vote/next/bandwidth\">bandwidth file</a>")
                                self.site.write("</td>\n")
                        else:
                                self.site.write("    <td class=\"oiv\">Missing 
entirely from consensus</td>\n")

_______________________________________________
tor-commits mailing list
tor-commits@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits

Reply via email to