diff options
| author | jvoisin | 2016-01-11 22:03:57 +0100 |
|---|---|---|
| committer | jvoisin | 2016-01-11 22:03:57 +0100 |
| commit | fbe3fb63cec551cc16172e2b88e4d83aeea1cafd (patch) | |
| tree | f64186a9755eff42268de6a5aea540f6d32a810d /libmat/mutagenstripper.py | |
| parent | 41e2bf2949fbcb617329b57d958fb84e39b893f2 (diff) | |
Fix various typos pointed by pabs
Diffstat (limited to 'libmat/mutagenstripper.py')
| -rw-r--r-- | libmat/mutagenstripper.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libmat/mutagenstripper.py b/libmat/mutagenstripper.py index e7f2a96..10831b3 100644 --- a/libmat/mutagenstripper.py +++ b/libmat/mutagenstripper.py | |||
| @@ -16,7 +16,7 @@ class MutagenStripper(parser.GenericParser): | |||
| 16 | self._create_mfile() | 16 | self._create_mfile() |
| 17 | 17 | ||
| 18 | def _create_mfile(self): | 18 | def _create_mfile(self): |
| 19 | """ This method must be overrriden to instanciate the `mfile` attribute.""" | 19 | """ This method must be overridden to instantiate the `mfile` attribute.""" |
| 20 | raise NotImplementedError | 20 | raise NotImplementedError |
| 21 | 21 | ||
| 22 | def is_clean(self): | 22 | def is_clean(self): |
