From f5eac6b21864add21aca96c69b55d5b116c0542d Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Thu, 25 Aug 2016 16:47:27 +0200 Subject: typo MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- src/icc.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/icc.py b/src/icc.py index 46af2bc..61c0414 100644 --- a/src/icc.py +++ b/src/icc.py @@ -134,7 +134,7 @@ def parse_icc(content): read(128) # Get the number of bytes n_tags, ptr = int_(read(4)), 128 + 4 - # Create array for the lookup tables to creat + # Create array for the lookup tables to create R_curve, G_curve, B_curve = [], [], [] for i_tag in range(n_tags): -- cgit v1.2.3-70-g09d2