From: David Reid Date: Mon, 16 Apr 2001 20:33:16 +0000 (+0000) Subject: Silly typo. X-Git-Tag: 2.0.17~3 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=29b5864cbf4dd68279ba0dc35ec68e07eb5a7c01;p=apache Silly typo. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88872 13f79535-47bb-0310-9956-ffa450edef68 --- 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;