git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@467442
13f79535-47bb-0310-9956-
ffa450edef68
* 2) The brigade contains a flush bucket: Do a blocking write
* of everything up that point.
*
- * 3) The request is in CONN_STATE_HANLDER state, and the brigade
+ * 3) The request is in CONN_STATE_HANDLER state, and the brigade
* contains at least THRESHOLD_MAX_BUFFER bytes in non-file
* buckets: Do blocking writes until the amount of data in the
* buffer is less than THRESHOLD_MAX_BUFFER. (The point of this