[tor-commits] [bridgedb/master] Fix typo in inline comment in HTTPServer.

isis at torproject.org isis at torproject.org
Wed Mar 26 05:49:31 UTC 2014


commit fa1a5612592b72da5630a6c7d00cb4c51602ab61
Author: Isis Lovecruft <isis at torproject.org>
Date:   Mon Mar 17 22:55:17 2014 +0000

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

diff --git a/lib/bridgedb/HTTPServer.py b/lib/bridgedb/HTTPServer.py
index 89989eb..2744193 100644
--- a/lib/bridgedb/HTTPServer.py
+++ b/lib/bridgedb/HTTPServer.py
@@ -68,7 +68,7 @@ try:
                                "please install the geoip-database package."
                                % _geoipdb)
     # This is a "pure" python version which interacts with the Maxmind GeoIP
-    # API (version 1). It require, in Debian, the libgeoip-dev and
+    # API (version 1). It requires, in Debian, the libgeoip-dev and
     # geoip-database packages.
     import pygeoip
     geoip = pygeoip.GeoIP(_geoipdb, flags=pygeoip.MEMORY_CACHE)





More information about the tor-commits mailing list