all: fix typos in comments (#21118)
This commit is contained in:
@ -55,7 +55,7 @@ func TestSharedSecret(t *testing.T) {
|
||||
}
|
||||
t.Logf("Secret:\n%v %x\n%v %x", len(ss0), ss0, len(ss0), ss1)
|
||||
if !bytes.Equal(ss0, ss1) {
|
||||
t.Errorf("dont match :(")
|
||||
t.Errorf("don't match :(")
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user