From: Semen Zhydenko Date: Sun, 11 Aug 2019 23:44:12 +0000 (+0200) Subject: spelling corrections X-Git-Tag: v6.1.0b1~59 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8e5ecad25ea86d52245a9587fd454613f03c7fb8;p=thirdparty%2Ftornado.git spelling corrections * maintainance -> maintenance * recieving -> receiving --- diff --git a/maint/README b/maint/README index 9a9122b3b..2ea722be3 100644 --- a/maint/README +++ b/maint/README @@ -1,3 +1,3 @@ This directory contains tools and scripts that are used in the development -and maintainance of Tornado itself, but are probably not of interest to +and maintenance of Tornado itself, but are probably not of interest to Tornado users. diff --git a/tornado/http1connection.py b/tornado/http1connection.py index 11a32402c..9b40fd653 100644 --- a/tornado/http1connection.py +++ b/tornado/http1connection.py @@ -317,7 +317,7 @@ class HTTP1Connection(httputil.HTTPConnection): Note that this callback is slightly different from `.HTTPMessageDelegate.on_connection_close`: The `.HTTPMessageDelegate` method is called when the connection is - closed while recieving a message. This callback is used when + closed while receiving a message. This callback is used when there is not an active delegate (for example, on the server side this callback is used if the client closes the connection after sending its request but before receiving all the