Skip to content

Commit c05539c

Browse files
Philippbradfitz
Philipp
authored andcommitted
cryptobyte: fix typo in test
Change-Id: I03178eca962c29ad03fd9b2fb57ad35c53c99860 GitHub-Last-Rev: 21a7a75 GitHub-Pull-Request: #66 Reviewed-on: https://go-review.googlesource.com/c/151277 Reviewed-by: Brad Fitzpatrick <[email protected]>
1 parent 9eb0be3 commit c05539c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: cryptobyte/cryptobyte_test.go

+1-1
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)