[tor-commits] [meek/master] Typo.

dcf at torproject.org dcf at torproject.org
Sun Nov 9 00:12:26 UTC 2014


commit bd978039dcb35b32793ff1561bc035566fc4e891
Author: David Fifield <david at bamsoftware.com>
Date:   Sat Nov 8 16:11:55 2014 -0800

    Typo.
---
 wsgi/reflect.py |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/wsgi/reflect.py b/wsgi/reflect.py
index 8098a8f..3836254 100644
--- a/wsgi/reflect.py
+++ b/wsgi/reflect.py
@@ -12,8 +12,8 @@ REFLECTED_HEADER_FIELDS = [
     "X-Session-Id",
 ]
 
-# Limits a file-like object to reading only n bytes. Used to keep limit
-# wsgi.input to the Content-Length, otherwise it blocks.
+# Limits a file-like object to reading only n bytes. Used to limit wsgi.input to
+# the Content-Length, otherwise it blocks.
 class LimitedReader(object):
     def __init__(self, f, n):
         self.f = f



More information about the tor-commits mailing list