[meek/master] Typo.

commit bd978039dcb35b32793ff1561bc035566fc4e891 Author: David Fifield <david@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
participants (1)
-
dcf@torproject.org