spelling: comes

This commit is contained in:
Josh Soref 2018-03-13 07:20:55 +00:00
parent 9434b0fed8
commit 5010bfda39
1 changed files with 1 additions and 1 deletions

View File

@ -81,7 +81,7 @@ func TestBerToDer(t *testing.T) {
Writer: msg,
}
// Test - a DER encoded key commes back unchanged.
// Test - a DER encoded key comes back unchanged.
newKey := berToDer(der_encoded_key, ui)
if newKey != der_encoded_key {
t.Errorf("Trying to convert a DER encoded key should return the same key.")