From: Sascha Schumann Date: Fri, 27 Oct 2000 12:37:05 +0000 (+0000) Subject: speling X-Git-Tag: php-4.0.4RC3~497 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4f97ff0096eb42782cb482e3d008c83b5506fedf;p=php speling --- diff --git a/sapi/apache2filter/sapi_apache2.c b/sapi/apache2filter/sapi_apache2.c index 714dd09916..37cf4a26ae 100644 --- a/sapi/apache2filter/sapi_apache2.c +++ b/sapi/apache2filter/sapi_apache2.c @@ -244,7 +244,7 @@ static int php_filter(ap_filter_t *f, ap_bucket_brigade *bb) if (php_handle_special_queries(SLS_C PLS_CC)) goto skip_execution; - /* Loop through all buckets and put them into the buffer */ + /* Loop over all buckets and put them into the buffer */ AP_BRIGADE_FOREACH(b, ctx->bb) { rv = ap_bucket_read(b, &str, &n, 1); if (rv == APR_SUCCESS && n > 0)