From 8ebdc5b64db8be731ffbaf1baffbe845f9339e3c Mon Sep 17 00:00:00 2001 From: wiredfool Date: Wed, 28 Jan 2015 20:23:15 -0800 Subject: [PATCH] Comment typo [ci skip] --- PIL/IcoImagePlugin.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PIL/IcoImagePlugin.py b/PIL/IcoImagePlugin.py index db8cec0ca..b4817db27 100644 --- a/PIL/IcoImagePlugin.py +++ b/PIL/IcoImagePlugin.py @@ -273,7 +273,7 @@ class IcoImageFile(ImageFile.ImageFile): self.size = im.size def load_seek(self): - # Flage the ImageFile.Parser so that it + # Flag the ImageFile.Parser so that it # just does all the decode at the end. pass #