From 3478464ce881ee05c4bd31f1d9c8dad3f097649e Mon Sep 17 00:00:00 2001 From: Andrew Murray Date: Tue, 5 Apr 2016 20:42:24 +1000 Subject: [PATCH] Fixed typo --- PIL/ImageCms.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PIL/ImageCms.py b/PIL/ImageCms.py index ba5504acb..5eea2fd38 100644 --- a/PIL/ImageCms.py +++ b/PIL/ImageCms.py @@ -1,7 +1,7 @@ # The Python Imaging Library. # $Id$ -# Optional color managment support, based on Kevin Cazabon's PyCMS +# Optional color management support, based on Kevin Cazabon's PyCMS # library. # History: