mispell fixes. (#3100)

This commit is contained in:
Karthic Rao
2016-10-26 21:16:14 +05:30
committed by Harshavardhana
parent 31f2db6880
commit 63f1b4fdf4
4 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -106,6 +106,6 @@ func TestParseInvalidCertificateChain(t *testing.T) {
// then
if err == nil {
t.Fatalf("Expected error but none occured")
t.Fatalf("Expected error but none occurred")
}
}