From: Manoj Kasichainula Date: Sun, 30 Jul 2000 09:10:30 +0000 (+0000) Subject: Fix a couple of apparent typos. X-Git-Tag: APACHE_2_0_ALPHA_5~37 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b673f7f25cc1c2e34942b27b34fe2fb9ce756dd9;p=apache Fix a couple of apparent typos. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85949 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/include/http_config.h b/include/http_config.h index cd6ec1d22f..47a51adfbe 100644 --- a/include/http_config.h +++ b/include/http_config.h @@ -266,7 +266,7 @@ struct configfile_t { /** a close hander function * @deffunc int close(void *param)*/ int (*close) (void *param); - /** the argument passed to getch/getstr/close + /** the argument passed to getch/getstr/close */ void *param; /** the filename / description */ const char *name; @@ -352,7 +352,7 @@ struct module_struct { /** The handle for the DSO. Internal use only */ void *dynamic_load_handle; - /** A pointer to the next module in the list; + /** A pointer to the next module in the list; */ struct module_struct *next; /** Magic Cookie to identify a module structure; It's mainly