From 99c0cbdf29d54b352a0a6cb3bac24c2fb48ca747 Mon Sep 17 00:00:00 2001 From: Matthew Holt Date: Tue, 21 Apr 2015 12:12:58 -0600 Subject: [PATCH] Fixed a typo --- server/virtualhost.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/virtualhost.go b/server/virtualhost.go index 57c5651cb..eab59423e 100644 --- a/server/virtualhost.go +++ b/server/virtualhost.go @@ -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