Fix spelling miss

This commit is contained in:
Hajime Hoshi 2015-01-06 23:56:05 +09:00
parent 4eaba93c73
commit a1d3815008

View File

@ -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")
}
}