From f424f450f2687ccefe8d457840e8fa9c3ecbaba7 Mon Sep 17 00:00:00 2001 From: Matthew Holt Date: Thu, 25 Jun 2015 08:54:49 -0600 Subject: [PATCH] Fix typo --- config/config_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/config_test.go b/config/config_test.go index a0cb6ec2..a157ac4f 100644 --- a/config/config_test.go +++ b/config/config_test.go @@ -13,7 +13,7 @@ func TestReolveAddr(t *testing.T) { // for the assertion, rather than a direct string comparison. // NOTE: Tests with {Host: "", Port: ""} and {Host: "localhost", Port: ""} - // will not behave the same cross-platform, so they have bene omitted. + // will not behave the same cross-platform, so they have been omitted. for i, test := range []struct { config server.Config