Fix typos in comments (#3415)
This commit is contained in:
committed by
Daniel Nelson
parent
8bd21bb537
commit
c569863119
@@ -76,7 +76,7 @@ func TestMemcachedGeneratesMetrics(t *testing.T) {
|
||||
binary.Read(rand.Reader, binary.LittleEndian, &randomNumber)
|
||||
socket, err := net.Listen("unix", fmt.Sprintf("/tmp/pdns%d.controlsocket", randomNumber))
|
||||
if err != nil {
|
||||
t.Fatal("Cannot initalize server on port ")
|
||||
t.Fatal("Cannot initialize server on port ")
|
||||
}
|
||||
|
||||
defer socket.Close()
|
||||
|
||||
Reference in New Issue
Block a user