]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Fix typo, backports r580532
authorWilliam A. Rowe Jr <wrowe@apache.org>
Sat, 29 Sep 2007 02:40:56 +0000 (02:40 +0000)
committerWilliam A. Rowe Jr <wrowe@apache.org>
Sat, 29 Sep 2007 02:40:56 +0000 (02:40 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@580534 13f79535-47bb-0310-9956-ffa450edef68

modules/experimental/mod_case_filter.c

index 1ee6abc5b2c9715c1f906505327f4d6ed06c9785..68aeec72ac376e0f1f1e11ccb6162c22af6f5473 100644 (file)
@@ -98,7 +98,7 @@ static apr_status_t CaseFilterOutFilter(ap_filter_t *f,
      * processed above than to do a single cleanup down here.  In any case,
      * don't let our caller pass the same buckets to us, twice;
      */
-    ap_briade_cleanup(pbbIn);
+    ap_brigade_cleanup(pbbIn);
     return ap_pass_brigade(f->next,pbbOut);
     }