diff options
author | Yann Ylavic <ylavic@apache.org> | 2015-07-09 20:07:50 +0200 |
---|---|---|
committer | Yann Ylavic <ylavic@apache.org> | 2015-07-09 20:07:50 +0200 |
commit | d9a3b7892685685b41cd7994c567741c1dbdee04 (patch) | |
tree | b0d2b9029c411c82f53a0443f814b93fed7d22b7 /modules/filters | |
parent | s/a a/a/g (diff) | |
download | apache2-d9a3b7892685685b41cd7994c567741c1dbdee04.tar.xz apache2-d9a3b7892685685b41cd7994c567741c1dbdee04.zip |
s/\<\(\w\+\)\>\s\+\<\1\>/\1/g
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1690137 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'modules/filters')
-rw-r--r-- | modules/filters/mod_sed.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/filters/mod_sed.c b/modules/filters/mod_sed.c index 2f0950ec28..4a7e5d2fea 100644 --- a/modules/filters/mod_sed.c +++ b/modules/filters/mod_sed.c @@ -412,7 +412,7 @@ static apr_status_t sed_request_filter(ap_filter_t *f, * the buckets in bbinp and read the data from buckets and invoke * sed_eval_buffer on the data. libsed will generate its output using * sed_write_output which will add data in ctx->bb. Do it until it have - * atleast one bucket bucket in ctx->bb. At the end of data eos bucket + * atleast one bucket in ctx->bb. At the end of data eos bucket * should be there. * * Once eos bucket is seen, then invoke sed_finalize_eval to clear the |