mirror of
https://github.com/caddyserver/caddy.git
synced 2024-12-23 22:27:38 -05:00
Fix typo
This commit is contained in:
parent
677f67db48
commit
f424f450f2
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue