* maintainance -> maintenance
* recieving -> receiving
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.
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