]> granicus.if.org Git - apache/commitdiff
Silly typo.
authorDavid Reid <dreid@apache.org>
Mon, 16 Apr 2001 20:33:16 +0000 (20:33 +0000)
committerDavid Reid <dreid@apache.org>
Mon, 16 Apr 2001 20:33:16 +0000 (20:33 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88872 13f79535-47bb-0310-9956-ffa450edef68

include/httpd.h

index 1a7a680b5c90f16d2f9a26b5ceed08f07b5f1337..d1f00af5d8d8f0df52018b6c579bab007e7bbfa2 100644 (file)
@@ -830,7 +830,7 @@ struct request_rec {
 struct conn_rec {
     /** Pool associated with this connection */
     apr_pool_t *pool;
-    /** Physical vhost this conn come in on */
+    /** Physical vhost this conn came in on */
     server_rec *base_server;
     /** used by http_vhost.c */
     void *vhost_lookup_data;