Merge pull request #1829 from radarhere/typo

Fixed typo
This commit is contained in:
wiredfool 2016-04-13 14:52:09 +01:00
commit ac6e1ef949

View File

@ -55,7 +55,7 @@ class GbrImageFile(ImageFile.ImageFile):
if width <= 0 or height <= 0:
raise SyntaxError("not a GIMP brush")
if color_depth not in (1, 4):
raise SyntaxError("Unsupported GMP brush color depth: %s" % color_depth)
raise SyntaxError("Unsupported GIMP brush color depth: %s" % color_depth)
if version == 1:
comment_length = header_size-20