From fbe3fb63cec551cc16172e2b88e4d83aeea1cafd Mon Sep 17 00:00:00 2001 From: jvoisin Date: Mon, 11 Jan 2016 22:03:57 +0100 Subject: Fix various typos pointed by pabs --- libmat/parser.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libmat/parser.py') diff --git a/libmat/parser.py b/libmat/parser.py index 2a82a25..b81b576 100644 --- a/libmat/parser.py +++ b/libmat/parser.py @@ -12,8 +12,8 @@ NOMETA = frozenset(( '.bmp', # "raw" image '.rdf', # text '.txt', # plain text - '.xml', # formated text (XML) - '.rels', # openXML formated text + '.xml', # formatted text (XML) + '.rels', # openXML formatted text )) FIELD = object() -- cgit v1.3