This commit is contained in:
Rafal Zajac 2019-07-03 23:33:52 +02:00 committed by GitHub
parent 6f7276fdc1
commit ab0dfdb026
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -146,6 +146,6 @@ func resolveAddress(addr []string) string {
case 1:
return addr[0]
default:
panic("too much parameters")
panic("too many parameters")
}
}