From: Graham Leggett Date: Tue, 24 Oct 2006 19:06:10 +0000 (+0000) Subject: Fix a typo. X-Git-Tag: 2.3.0~2048 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=913e2f791e706e6c1d048bfac0d906721e1f01a4;p=thirdparty%2Fapache%2Fhttpd.git Fix a typo. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@467442 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/server/core_filters.c b/server/core_filters.c index da58f3ec844..551b69a2fe0 100644 --- a/server/core_filters.c +++ b/server/core_filters.c @@ -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