]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
fix typo in comment
authorJeff Trawick <trawick@apache.org>
Thu, 19 May 2005 11:54:32 +0000 (11:54 +0000)
committerJeff Trawick <trawick@apache.org>
Thu, 19 May 2005 11:54:32 +0000 (11:54 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@170915 13f79535-47bb-0310-9956-ffa450edef68

modules/loggers/mod_log_config.h

index 0b3f270d8980b19b2abfe0c4184c9691344b0ab1..957d73325ffcaa122f6d71bc7888a84c35cc5640 100644 (file)
@@ -27,7 +27,7 @@
 typedef const char *ap_log_handler_fn_t(request_rec *r, char *a);
 
 /**
- * callback function prototype for a external writer initilization.
+ * callback function prototype for external writer initialization.
  */
 typedef void *ap_log_writer_init(apr_pool_t *p, server_rec *s, 
                                  const char *name);