]> granicus.if.org Git - apache/commitdiff
Fix a typo.
authorGraham Leggett <minfrin@apache.org>
Tue, 24 Oct 2006 19:06:10 +0000 (19:06 +0000)
committerGraham Leggett <minfrin@apache.org>
Tue, 24 Oct 2006 19:06:10 +0000 (19:06 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@467442 13f79535-47bb-0310-9956-ffa450edef68

server/core_filters.c

index da58f3ec844790ca432f0e06aa5c9747a3b3a860..551b69a2fe0cc1cec89410888b443c6178d4f1cb 100644 (file)
@@ -399,7 +399,7 @@ apr_status_t ap_core_output_filter(ap_filter_t *f, apr_bucket_brigade *new_bb)
      *  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