mirror of
https://github.com/caddyserver/caddy.git
synced 2024-12-23 22:27:38 -05:00
Fixed a typo
This commit is contained in:
parent
981ca72ee6
commit
99c0cbdf29
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ import (
|
|||
|
||||
// virtualHost represents a virtual host/server. While a Server
|
||||
// is what actually binds to the address, a user may want to serve
|
||||
// multiple sites on a single address, and what is what a
|
||||
// multiple sites on a single address, and this is what a
|
||||
// virtualHost allows us to do.
|
||||
type virtualHost struct {
|
||||
config config.Config
|
||||
|
|
Loading…
Reference in a new issue