[tor-commits] [bridgedb/master] Fix typo in Bridge.bandwidthObserved attribute name.

isis at torproject.org isis at torproject.org
Sat Mar 21 02:02:59 UTC 2015


commit abf0d2397220d93510a862396693f5afeb5c7262
Author: Isis Lovecruft <isis at torproject.org>
Date:   Thu Dec 11 03:49:06 2014 +0000

    Fix typo in Bridge.bandwidthObserved attribute name.
---
 lib/bridgedb/bridges.py |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/bridgedb/bridges.py b/lib/bridgedb/bridges.py
index fae5d19..899a091 100644
--- a/lib/bridgedb/bridges.py
+++ b/lib/bridgedb/bridges.py
@@ -621,7 +621,7 @@ class Bridge(BridgeBackwardsCompatibility):
         self.bandwidth = None
         self.bandwidthAverage = None
         self.bandwidthBurst = None
-        self.bandwidthObserverd = None
+        self.bandwidthObserved = None
 
         self.contact = None
         self.family = None





More information about the tor-commits mailing list