*: fix minor typos

This commit is contained in:
Gyu-Ho Lee
2016-01-08 00:21:19 -08:00
parent a7287b6374
commit f76166a041
7 changed files with 11 additions and 11 deletions

View File

@@ -45,7 +45,7 @@ func fakeCertificateParserFunc(cert tls.Certificate, err error) func(certPEMBloc
}
// TestNewListenerTLSInfo tests that NewListener with valid TLSInfo returns
// a TLS listerner that accepts TLS connections.
// a TLS listener that accepts TLS connections.
func TestNewListenerTLSInfo(t *testing.T) {
tmp, err := createTempFile([]byte("XXX"))
if err != nil {