]> git.ipfire.org Git - thirdparty/tornado.git/commitdiff
A typo fix I noticed while fixing bug 392 422/head
authorDavid Wilemski <david@davidwilemski.com>
Sat, 17 Dec 2011 19:48:23 +0000 (14:48 -0500)
committerDavid Wilemski <david@davidwilemski.com>
Sat, 17 Dec 2011 19:48:23 +0000 (14:48 -0500)
tornado/httpserver.py

index 13580159bfe8b3eefc8bab7d0f61a3f5fa35ffb0..10723590ab5c25311dbe53ba534204a9494abf5e 100644 (file)
@@ -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