From 4f97ff0096eb42782cb482e3d008c83b5506fedf Mon Sep 17 00:00:00 2001 From: Sascha Schumann Date: Fri, 27 Oct 2000 12:37:05 +0000 Subject: [PATCH] speling --- sapi/apache2filter/sapi_apache2.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.50.1