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 685c722..46af2bc 100644
--- a/src/icc.py
+++ b/src/icc.py
@@ -203,7 +203,7 @@ def parse_icc(content):
return f
break
# XXX should I not jump to (tag_offset + tag_size - ptr) here
- # and not break the loops when unkown?
+ # and not break the loops when unknown?
raise Exception('Unsupported ICC profile file')