diff options
author | Ken Coar <coar@apache.org> | 2000-08-21 17:39:41 +0200 |
---|---|---|
committer | Ken Coar <coar@apache.org> | 2000-08-21 17:39:41 +0200 |
commit | 8095e3bc8ddd098eb3fc5df4c16ab47f070063c1 (patch) | |
tree | 14ade5e3538f500fb8794379fb6a10f853117f22 /modules/experimental/mod_example.c | |
parent | Update mod_charset_lite for recent changes to ap_bucket_create functions. (diff) | |
download | apache2-8095e3bc8ddd098eb3fc5df4c16ab47f070063c1.tar.xz apache2-8095e3bc8ddd098eb3fc5df4c16ab47f070063c1.zip |
Fix a typo.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@86122 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'modules/experimental/mod_example.c')
-rw-r--r-- | modules/experimental/mod_example.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/experimental/mod_example.c b/modules/experimental/mod_example.c index fbea022852..05bc695df5 100644 --- a/modules/experimental/mod_example.c +++ b/modules/experimental/mod_example.c @@ -706,7 +706,7 @@ static void example_child_exit(server_rec *s, apr_pool_t *p) } /* - * This function gets called to create up a per-directory configuration + * This function gets called to create a per-directory configuration * record. This will be called for the "default" server environment, and for * each directory for which the parser finds any of our directives applicable. * If a directory doesn't have any of our directives involved (i.e., they |