summaryrefslogtreecommitdiff
path: root/MAT/misc.py
diff options
context:
space:
mode:
authorjvoisin2013-07-16 12:42:47 +0200
committerjvoisin2013-07-16 12:42:47 +0200
commitfb0e2fa10b94b22a792e756e996b09436f472b0d (patch)
tree6e254445a133a824319f7e74aaa66991346110cb /MAT/misc.py
parentcd1405fc3994fda52d266811ff07f7021931df9d (diff)
Gramatical and spelling corrections
Diffstat (limited to 'MAT/misc.py')
-rw-r--r--MAT/misc.py2
1 files changed, 1 insertions, 1 deletions
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):
47 47
48 def remove_all(self): 48 def remove_all(self):
49 ''' 49 '''
50 Remove all the files that are compromizing 50 Remove all the files that are compromising
51 ''' 51 '''
52 with open(self.filename, 'r') as f: 52 with open(self.filename, 'r') as f:
53 decoded = bencode.bdecode(f.read()) 53 decoded = bencode.bdecode(f.read())