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",