diff options
author | Jeff Trawick <trawick@apache.org> | 2013-08-01 19:36:11 +0200 |
---|---|---|
committer | Jeff Trawick <trawick@apache.org> | 2013-08-01 19:36:11 +0200 |
commit | cf212a086777335541b004767366d13cfe45c1d4 (patch) | |
tree | f2216ae6502a3bee95f9adbb5e99714191cc23ec /include/http_config.h | |
parent | RFC 6961 (TLS Multiple Certificate Status Extension) (diff) | |
download | apache2-cf212a086777335541b004767366d13cfe45c1d4.tar.xz apache2-cf212a086777335541b004767366d13cfe45c1d4.zip |
fix a couple of grammar problems
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1509341 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'include/http_config.h')
-rw-r--r-- | include/http_config.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/http_config.h b/include/http_config.h index c93c3b2ee7..da24d70f79 100644 --- a/include/http_config.h +++ b/include/http_config.h @@ -197,7 +197,7 @@ typedef const char *(*cmd_func) (); #endif /* AP_HAVE_DESIGNATED_INITIALIZER */ /** - * The command record structure. Each modules can define a table of these + * The command record structure. Modules can define a table of these * to define the directives it will implement. */ typedef struct command_struct command_rec; @@ -492,7 +492,7 @@ AP_DECLARE(void *) ap_get_module_config(const ap_conf_vector_t *cv, const module *m); /** - * Generic accessors for other modules to set at their own module-specific + * Generic accessors for other modules to set their own module-specific * data * @param cv The vector in which the modules configuration is stored. * usually r->per_dir_config or s->module_config |