From cf212a086777335541b004767366d13cfe45c1d4 Mon Sep 17 00:00:00 2001 From: Jeff Trawick Date: Thu, 1 Aug 2013 17:36:11 +0000 Subject: [PATCH] fix a couple of grammar problems git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1509341 13f79535-47bb-0310-9956-ffa450edef68 --- include/http_config.h | 4 ++-- 1 file 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