mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-12-24 18:58:54 +01:00
Fix spelling miss
This commit is contained in:
parent
4eaba93c73
commit
a1d3815008
@ -141,7 +141,7 @@ func TestImageSelf(t *testing.T) {
|
||||
return
|
||||
}
|
||||
if err := img.DrawImage(img, nil); err == nil {
|
||||
t.Fatalf("img.DrawImage(img, nil) doesn't return error; an error should be return")
|
||||
t.Fatalf("img.DrawImage(img, nil) doesn't return error; an error should be returned")
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user