Fixed typo biger > bigger

This commit is contained in:
Fran Barba 2017-06-29 11:21:19 +02:00
parent a7d75c4b21
commit 29c622dd3d

View File

@ -135,7 +135,7 @@ class TestFileJpeg(PillowTestCase):
def test_large_icc_meta(self):
# https://github.com/python-pillow/Pillow/issues/148
# Sometimes the meta data on the icc_profile block is biger than
# Sometimes the meta data on the icc_profile block is bigger than
# Image.MAXBLOCK or the image size.
im = Image.open('Tests/images/icc_profile_big.jpg')
f = self.tempfile("temp.jpg")