From f193dd8d726906dc87b4e764a47145de983e1b49 Mon Sep 17 00:00:00 2001 From: jvoisin Date: Sun, 18 Sep 2011 21:05:49 +0200 Subject: Fix a typo (4ZM) --- mat/office.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mat/office.py b/mat/office.py index cb9c609..0b36fe7 100644 --- a/mat/office.py +++ b/mat/office.py @@ -35,7 +35,7 @@ class OpenDocumentStripper(archive.GenericArchiveStripper): try: content = zipin.read('meta.xml') zipin.close() - metadata[self.filename] = 'harful meta' + metadata[self.filename] = 'harmful meta' except KeyError: # no meta.xml file found logging.debug('%s has no opendocument metadata' % self.filename) return metadata -- cgit v1.3