Skip to content

Commit 21a7a75

Browse files
author
Philipp
authored
Fix typo in cryptobyte_test.go
1 parent 9eb0be3 commit 21a7a75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cryptobyte/cryptobyte_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -421,7 +421,7 @@ func TestFixedBuilderLengthPrefixed(t *testing.T) {
421421
b.AddBytes(inner)
422422
})
423423
if got := b.BytesOrPanic(); len(got) != bufCap {
424-
t.Errorf("Expected output lenght to be %d, got %d", bufCap, len(got))
424+
t.Errorf("Expected output length to be %d, got %d", bufCap, len(got))
425425
}
426426
}
427427

0 commit comments

Comments
 (0)