diff options
Diffstat (limited to 'libmat2/archive.py')
-rw-r--r-- | libmat2/archive.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libmat2/archive.py b/libmat2/archive.py index e715fb1..de80a35 100644 --- a/libmat2/archive.py +++ b/libmat2/archive.py @@ -52,7 +52,7 @@ class ArchiveBasedAbstractParser(abstract.AbstractParser): self.member_class = None # type: ignore # Those are the files that have a format that _isn't_ - # supported by MAT2, but that we want to keep anyway. + # supported by mat2, but that we want to keep anyway. self.files_to_keep = set() # type: Set[Pattern] # Those are the files that we _do not_ want to keep, |