Fix misspell errors
This commit is contained in:
parent
5e05acd924
commit
639863a622
4 changed files with 8 additions and 3 deletions
|
|
@ -44,7 +44,7 @@ func TestIsIPV6(t *testing.T) {
|
|||
|
||||
func TestIsPortAvailable(t *testing.T) {
|
||||
if !IsPortAvailable(0) {
|
||||
t.Fatal("expected port 0 to be avilable (random port) but returned false")
|
||||
t.Fatal("expected port 0 to be available (random port) but returned false")
|
||||
}
|
||||
|
||||
ln, err := net.Listen("tcp", ":0")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue