summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2016-08-25 16:47:27 +0200
committerMattias Andrée <maandree@kth.se>2016-08-25 16:47:27 +0200
commitf5eac6b21864add21aca96c69b55d5b116c0542d (patch)
tree68076b0758357a277654bd705dff0b85413c8bab
parentupdate dist (diff)
downloadblueshift-f5eac6b21864add21aca96c69b55d5b116c0542d.tar.gz
blueshift-f5eac6b21864add21aca96c69b55d5b116c0542d.tar.bz2
blueshift-f5eac6b21864add21aca96c69b55d5b116c0542d.tar.xz
typo
Signed-off-by: Mattias Andrée <maandree@kth.se>
-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):