]> granicus.if.org Git - apache/commitdiff
Fix a couple of apparent typos.
authorManoj Kasichainula <manoj@apache.org>
Sun, 30 Jul 2000 09:10:30 +0000 (09:10 +0000)
committerManoj Kasichainula <manoj@apache.org>
Sun, 30 Jul 2000 09:10:30 +0000 (09:10 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85949 13f79535-47bb-0310-9956-ffa450edef68

include/http_config.h

index cd6ec1d22f80526b603091898c8f6ecdd1be6fb8..47a51adfbe57997d791470021d5c99738409d64d 100644 (file)
@@ -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