mirror of
https://github.com/kubernetes/kubernetes.git
synced 2026-06-11 01:41:54 -04:00
Merge pull request #75318 from ymlong/fix-20190313
Correcting a spelling error
This commit is contained in:
commit
b1e7c20a07
1 changed files with 1 additions and 1 deletions
|
|
@ -78,7 +78,7 @@ func TestGetDataFromInitConfig(t *testing.T) {
|
|||
|
||||
decryptedData, err := cryptoutil.DecryptBytes(data, decodedKey)
|
||||
if string(certData) != string(decryptedData) {
|
||||
t.Fatalf(dedent.Dedent("can't decript cert: %s\nfatal error: %v"), name, err)
|
||||
t.Fatalf(dedent.Dedent("can't decrypt cert: %s\nfatal error: %v"), name, err)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue