]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
fix a couple of grammar problems
authorJeff Trawick <trawick@apache.org>
Thu, 1 Aug 2013 17:36:11 +0000 (17:36 +0000)
committerJeff Trawick <trawick@apache.org>
Thu, 1 Aug 2013 17:36:11 +0000 (17:36 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1509341 13f79535-47bb-0310-9956-ffa450edef68

include/http_config.h

index c93c3b2ee716c2fd6500f12c47e21b474cf7a92e..da24d70f793a87032335b99e33adcf0c1ae9539c 100644 (file)
@@ -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