From 29b5864cbf4dd68279ba0dc35ec68e07eb5a7c01 Mon Sep 17 00:00:00 2001 From: David Reid Date: Mon, 16 Apr 2001 20:33:16 +0000 Subject: [PATCH] Silly typo. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88872 13f79535-47bb-0310-9956-ffa450edef68 --- include/httpd.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/httpd.h b/include/httpd.h index 1a7a680b5c..d1f00af5d8 100644 --- a/include/httpd.h +++ b/include/httpd.h @@ -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; -- 2.40.0