fix: typo

This commit is contained in:
guangwu 2023-10-26 20:10:56 +08:00 committed by sergystepanov
parent 7f2f1d70b1
commit 99ceb5d72c

View file

@ -119,7 +119,7 @@ func TestYuvPredefined(t *testing.T) {
t.Logf("%v", v)
if len(a) != len(should) {
t.Fatalf("diffrent size a: %v, o: %v", len(a), len(should))
t.Fatalf("different size a: %v, o: %v", len(a), len(should))
}
for i := 0; i < len(a); i++ {