Skip to content

Commit

Permalink
wire-mix: duplicate word in comment
Browse files Browse the repository at this point in the history
  • Loading branch information
jrick committed Jan 12, 2024
1 parent 8730b7a commit b732f7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wire/msgmixciphertexts_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ import (
// expectedSerializationCompare compares serialized bytes to the expected
// sequence of bytes. When got and expected are not equal, the test t will be
// errored with descriptive messages of how the two encodings are different.
// Returns true if the the serialization are equal, and false if the test
// Returns true if the serialization are equal, and false if the test
// errors.
func expectedSerializationEqual(t *testing.T, got, expected []byte) bool {
if bytes.Equal(got, expected) {
Expand Down

0 comments on commit b732f7f

Please sign in to comment.