summaryrefslogtreecommitdiffstats
path: root/src/icc.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/icc.py')
-rw-r--r--src/icc.py2
1 files changed, 1 insertions, 1 deletions
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):