From: David Wilemski Date: Sat, 17 Dec 2011 19:48:23 +0000 (-0500) Subject: A typo fix I noticed while fixing bug 392 X-Git-Tag: v2.2.0~53^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F422%2Fhead;p=thirdparty%2Ftornado.git A typo fix I noticed while fixing bug 392 --- diff --git a/tornado/httpserver.py b/tornado/httpserver.py index 13580159b..10723590a 100644 --- a/tornado/httpserver.py +++ b/tornado/httpserver.py @@ -322,7 +322,7 @@ class HTTPRequest(object): .. attribute:: protocol The protocol used, either "http" or "https". If `HTTPServer.xheaders` - is seet, will pass along the protocol used by a load balancer if + is set, will pass along the protocol used by a load balancer if reported via an ``X-Scheme`` header. .. attribute:: host