From 4f64fbe99bc7cf6d4e8cdaaf04e6f467dca61a89 Mon Sep 17 00:00:00 2001 From: David Wilemski Date: Sat, 17 Dec 2011 14:48:23 -0500 Subject: [PATCH] A typo fix I noticed while fixing bug 392 --- tornado/httpserver.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.47.2