From: Stas Bekman Date: Fri, 22 Aug 2003 20:57:48 +0000 (+0000) Subject: backport: fix doc typo X-Git-Tag: 2.0.48~117 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fddb89f642925139af8316cb66a6224a753233b9;p=thirdparty%2Fapache%2Fhttpd.git backport: fix doc typo PR: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@101062 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/server/core.c b/server/core.c index 30983b97f33..d79bb2d6c57 100644 --- a/server/core.c +++ b/server/core.c @@ -4044,7 +4044,7 @@ static apr_status_t core_output_filter(ap_filter_t *f, apr_bucket_brigade *b) } - /* Completed iterating over the brigades, now determine if we want + /* Completed iterating over the brigade, now determine if we want * to buffer the brigade or send the brigade out on the network. * * Save if we haven't accumulated enough bytes to send, and: