From 535680808fbc06f024a037fc0a397a789e5b3747 Mon Sep 17 00:00:00 2001 From: Zacharias Thompson Date: Fri, 19 Feb 2016 13:24:51 -0800 Subject: [PATCH 1/2] Update ExifTags.py Spelling fixes. --- PIL/ExifTags.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/PIL/ExifTags.py b/PIL/ExifTags.py index 52e145f62..7ec2355a5 100644 --- a/PIL/ExifTags.py +++ b/PIL/ExifTags.py @@ -29,7 +29,7 @@ TAGS = { 0x0106: "PhotometricInterpretation", 0x0107: "Threshholding", 0x0108: "CellWidth", - 0x0109: "CellLenght", + 0x0109: "CellLength", 0x010a: "FillOrder", 0x010d: "DocumentName", 0x011d: "PageName", @@ -40,7 +40,7 @@ TAGS = { 0x0112: "Orientation", 0x0115: "SamplesPerPixel", 0x0116: "RowsPerStrip", - 0x0117: "StripByteConunts", + 0x0117: "StripByteCounts", 0x0118: "MinSampleValue", 0x0119: "MaxSampleValue", 0x011a: "XResolution", From 2f73b7cbfcb46172679c31ffcd9c08a81781c2a2 Mon Sep 17 00:00:00 2001 From: Andrew Murray Date: Sat, 20 Feb 2016 10:19:13 +1100 Subject: [PATCH 2/2] Fixed ExifTags typo --- PIL/ExifTags.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PIL/ExifTags.py b/PIL/ExifTags.py index 7ec2355a5..72e629dc5 100644 --- a/PIL/ExifTags.py +++ b/PIL/ExifTags.py @@ -27,7 +27,7 @@ TAGS = { 0x0102: "BitsPerSample", 0x0103: "Compression", 0x0106: "PhotometricInterpretation", - 0x0107: "Threshholding", + 0x0107: "Thresholding", 0x0108: "CellWidth", 0x0109: "CellLength", 0x010a: "FillOrder",