]> git.ipfire.org Git - thirdparty/tornado.git/commitdiff
[httputil.py] Word correction 1446/head
authorCornel Punga <cornel.punga@gmail.com>
Mon, 25 May 2015 07:44:11 +0000 (10:44 +0300)
committerCornel Punga <cornel.punga@gmail.com>
Mon, 25 May 2015 07:44:11 +0000 (10:44 +0300)
tornado/httputil.py

index f5fea213abf3b297898881467c3173431129671d..fa5e697c17f306b2c388e6d179e8834f91c2cfe5 100644 (file)
@@ -394,7 +394,7 @@ class HTTPServerRequest(object):
         """
         assert isinstance(chunk, bytes)
         assert self.version.startswith("HTTP/1."), \
-            "deprecated interface ony supported in HTTP/1.x"
+            "deprecated interface only supported in HTTP/1.x"
         self.connection.write(chunk, callback=callback)
 
     def finish(self):