From b673f7f25cc1c2e34942b27b34fe2fb9ce756dd9 Mon Sep 17 00:00:00 2001 From: Manoj Kasichainula Date: Sun, 30 Jul 2000 09:10:30 +0000 Subject: [PATCH] Fix a couple of apparent typos. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85949 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 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 -- 2.50.1