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/misc.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'MAT/misc.py') diff --git a/MAT/misc.py b/MAT/misc.py index 582f34e..4c104a8 100644 --- a/MAT/misc.py +++ b/MAT/misc.py @@ -47,7 +47,7 @@ class TorrentStripper(parser.GenericParser): def remove_all(self): ''' - Remove all the files that are compromizing + Remove all the files that are compromising ''' with open(self.filename, 'r') as f: decoded = bencode.bdecode(f.read()) -- cgit v1.3