[tor-commits] [bridgedb/develop] Fix typo in inline code comment in bridgedb.Bucket module.

isis at torproject.org isis at torproject.org
Thu Aug 21 01:33:14 UTC 2014


commit 0181ced5c082b81e1675192da39ff221bcfa757f
Author: Isis Lovecruft <isis at torproject.org>
Date:   Wed Aug 20 05:29:27 2014 +0000

    Fix typo in inline code comment in bridgedb.Bucket module.
---
 lib/bridgedb/Bucket.py |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/bridgedb/Bucket.py b/lib/bridgedb/Bucket.py
index a7d3706..fcc3794 100644
--- a/lib/bridgedb/Bucket.py
+++ b/lib/bridgedb/Bucket.py
@@ -47,7 +47,7 @@ class BucketData:
     def __init__(self, name, needed):
         self.name = name
         if needed == "*":
-            # Set to rediculously high number
+            # Set to ridiculously high number
             needed = 1000000
         self.needed = int(needed)
         self.allocated = 0





More information about the tor-commits mailing list