mirror of
https://github.com/caddyserver/caddy.git
synced 2025-01-06 02:48:48 +03:00
Typ (creatation → creation)
This commit is contained in:
parent
c3417a0757
commit
9f1762873a
1 changed files with 1 additions and 1 deletions
|
@ -200,7 +200,7 @@ func DisabledTest(t *testing.T) {
|
|||
listener, err := net.Listen("tcp", ipPort)
|
||||
if err != nil {
|
||||
// handle error
|
||||
log.Println("listener creatation failed: ", err)
|
||||
log.Println("listener creation failed: ", err)
|
||||
}
|
||||
|
||||
srv := new(FastCGIServer)
|
||||
|
|
Loading…
Reference in a new issue