From: Cornel Punga Date: Mon, 25 May 2015 07:44:11 +0000 (+0300) Subject: [httputil.py] Word correction X-Git-Tag: v4.2.0~2^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5b9ad4552dcdf24d54e16884c2da9828f5a01687;p=thirdparty%2Ftornado.git [httputil.py] Word correction --- diff --git a/tornado/httputil.py b/tornado/httputil.py index f5fea213a..fa5e697c1 100644 --- a/tornado/httputil.py +++ b/tornado/httputil.py @@ -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):