diff --git a/PIL/PngImagePlugin.py b/PIL/PngImagePlugin.py index d7cf97ea4..1f05b0f0d 100644 --- a/PIL/PngImagePlugin.py +++ b/PIL/PngImagePlugin.py @@ -404,7 +404,7 @@ class PngStream(ChunkStream): def chunk_sRGB(self, pos, length): # srgb rendering intent, 1 byte # 0 perceptual - # 1 relative folorimetric + # 1 relative colorimetric # 2 saturation # 3 absolute colorimetric