From fb0e2fa10b94b22a792e756e996b09436f472b0d Mon Sep 17 00:00:00 2001 From: jvoisin Date: Tue, 16 Jul 2013 12:42:47 +0200 Subject: Gramatical and spelling corrections --- MAT/images.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'MAT/images.py') diff --git a/MAT/images.py b/MAT/images.py index 236d566..55c1a90 100644 --- a/MAT/images.py +++ b/MAT/images.py @@ -11,7 +11,7 @@ class JpegStripper(parser.GenericParser): ''' def _should_remove(self, field): ''' - return True if the field is compromizing + return True if the field is compromising ''' field_list = frozenset(['start_image', 'app0', 'start_frame', 'start_scan', 'data', 'end_image']) @@ -31,7 +31,7 @@ class PngStripper(parser.GenericParser): ''' def _should_remove(self, field): ''' - return True if the field is compromizing + return True if the field is compromising ''' field_list = frozenset(['id', 'header', 'physical', 'end']) if field.name in field_list: -- cgit v1.3