Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
Fix typo in config_test.go
  • Loading branch information
jkralik committed Nov 27, 2019
1 parent b5ebefc commit 8748e4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ func TestValidateConfig(t *testing.T) {
t.Fatalf("TestValidateConfig: Client error exp(%v) failed(%v)", errInvalidPrivateKey, err)
}

// PrivateKey wihtout Certificate
// PrivateKey without Certificate
config = &Config{
CipherSuites: []CipherSuiteID{TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256},
Certificates: []tls.Certificate{{PrivateKey: cert.PrivateKey}},
Expand Down

0 comments on commit 8748e4a

Please sign in to comment.