commit 14ebe12b221700644a0e492207bfa184305fdc3c Author: Robert Ransom rransom.8774@gmail.com Date: Sat Mar 28 16:56:37 2015 -0700
Fix comment typo --- 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 93b9fe9..e2b2ff5 100644 --- a/lib/bridgedb/bridges.py +++ b/lib/bridgedb/bridges.py @@ -321,7 +321,7 @@ class PluggableTransport(BridgeAddressBase): """ argDict = {}
- # PT argumentss are comma-separated in the extrainfo + # PT arguments are comma-separated in the extrainfo # descriptors. While there *shouldn't* be anything after them that was # separated by a space (and hence would wind up being in a different # item in `arguments`), if there was we'll join it to the rest of the
tor-commits@lists.torproject.org