[tor-commits] [bridgedb/master] Fix typo in comment in bridgedb.configure found by Robert Ransom.

isis at torproject.org isis at torproject.org
Fri May 1 07:10:57 UTC 2015


commit 3ce70324b6f23c4fd2f02568549a26f84e7c461b
Author: Isis Lovecruft <isis at torproject.org>
Date:   Fri Mar 27 00:28:40 2015 +0000

    Fix typo in comment in bridgedb.configure found by Robert Ransom.
---
 lib/bridgedb/configure.py |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/bridgedb/configure.py b/lib/bridgedb/configure.py
index 4fb6cc0..54dcdff 100644
--- a/lib/bridgedb/configure.py
+++ b/lib/bridgedb/configure.py
@@ -120,7 +120,7 @@ def loadConfig(configFile=None, configCls=None):
         setattr(config, attr, setting)
 
     for attr in ["SUPPORTED_TRANSPORTS"]:
-        setting = getattr(config, attr, {}) # Default to emtpy dicts
+        setting = getattr(config, attr, {}) # Default to empty dicts
         setattr(config, attr, setting)
 
     # Set the SUPPORTED_TRANSPORTS to populate the webserver and email options:





More information about the tor-commits mailing list