]> granicus.if.org Git - php/commitdiff
speling
authorSascha Schumann <sas@php.net>
Fri, 27 Oct 2000 12:37:05 +0000 (12:37 +0000)
committerSascha Schumann <sas@php.net>
Fri, 27 Oct 2000 12:37:05 +0000 (12:37 +0000)
sapi/apache2filter/sapi_apache2.c

index 714dd09916366571ca34826b4ec790b491e93e44..37cf4a26ae913ecf3a0606407721870f117f2d93 100644 (file)
@@ -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)