[tor-commits] [bridgedb/develop] Fix typo in IBridgeRequest.addressClass specification.

isis at torproject.org isis at torproject.org
Thu May 15 02:38:34 UTC 2014


commit a92433d9634a17321acf9a35f65200feaa0124cc
Author: Isis Lovecruft <isis at torproject.org>
Date:   Wed May 14 23:19:00 2014 +0000

    Fix typo in IBridgeRequest.addressClass specification.
    
     * THANKS to sysrqb for pointing it out! (on the #5463 thread)
---
 lib/bridgedb/bridgerequest.py |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/bridgedb/bridgerequest.py b/lib/bridgedb/bridgerequest.py
index 4f32f67..0d7fb5a 100644
--- a/lib/bridgedb/bridgerequest.py
+++ b/lib/bridgedb/bridgerequest.py
@@ -26,7 +26,7 @@ class IBridgeRequest(Interface):
     """Interface specification of client options for requested bridges."""
 
     addressClass = Attribute(
-        "The IP version of bridges addresses to distribute to the client.")
+        "The IP version of bridge addresses to distribute to the client.")
     filters = Attribute(
         "A list of callables used to filter bridges from a hashring.")
     transports = Attribute(





More information about the tor-commits mailing list