summaryrefslogtreecommitdiff
path: root/modules/experimental
diff options
context:
space:
mode:
authorWilliam A. Rowe Jr <wrowe@apache.org>2007-09-29 02:48:59 +0000
committerWilliam A. Rowe Jr <wrowe@apache.org>2007-09-29 02:48:59 +0000
commitfef4bfddb696c49b2148018d2eae3362055e896a (patch)
treee9937605814e5e6d8bf659ad91b42e8f85eadb5b /modules/experimental
parentaf62754aaa076cc744d88015636b2dca89bed1b7 (diff)
downloadhttpd-fef4bfddb696c49b2148018d2eae3362055e896a.tar.gz
Clean up 2nd typo of the same line, you would expect I could copy n paste
one line across terminals, eh? git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@580535 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'modules/experimental')
-rw-r--r--modules/experimental/mod_case_filter.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/experimental/mod_case_filter.c b/modules/experimental/mod_case_filter.c
index 086a159347..023ebb2205 100644
--- a/modules/experimental/mod_case_filter.c
+++ b/modules/experimental/mod_case_filter.c
@@ -100,7 +100,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_brigade_cleanup(pbbIn);
+ apr_brigade_cleanup(pbbIn);
return ap_pass_brigade(f->next,pbbOut);
}