]> git.ipfire.org Git - thirdparty/tornado.git/commitdiff
spelling corrections
authorSemen Zhydenko <simeon.zhidenko@gmail.com>
Sun, 11 Aug 2019 23:44:12 +0000 (01:44 +0200)
committerBen Darnell <ben@bendarnell.com>
Sun, 11 Aug 2019 23:44:12 +0000 (19:44 -0400)
* maintainance -> maintenance

* recieving -> receiving

maint/README
tornado/http1connection.py

index 9a9122b3b0f20b822157fe786c8f90a0a4d250b9..2ea722be39f1a7079f3272479d07db01df88c0de 100644 (file)
@@ -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.
index 11a32402cda2ddb4b107fa1f21e44ac2ad4f0afe..9b40fd6539b7cd27a05166d97082a54a78672ef9 100644 (file)
@@ -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