From 29c622dd3d238bfa2304d932e02ddd4441d7fa16 Mon Sep 17 00:00:00 2001 From: Fran Barba Date: Thu, 29 Jun 2017 11:21:19 +0200 Subject: [PATCH] Fixed typo biger > bigger --- Tests/test_file_jpeg.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tests/test_file_jpeg.py b/Tests/test_file_jpeg.py index cc7180093..1d189e680 100644 --- a/Tests/test_file_jpeg.py +++ b/Tests/test_file_jpeg.py @@ -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")