From e977826ea1fec67c4195f2e3ade3223f575ee15f Mon Sep 17 00:00:00 2001 From: Tim Gates Date: Tue, 3 Dec 2019 15:05:57 +1100 Subject: [PATCH] Fix simple typo: specifc -> specific --- lector/KindleUnpack/mobi_opf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lector/KindleUnpack/mobi_opf.py b/lector/KindleUnpack/mobi_opf.py index d87db5c..582401a 100644 --- a/lector/KindleUnpack/mobi_opf.py +++ b/lector/KindleUnpack/mobi_opf.py @@ -273,7 +273,7 @@ class OPFProcessor(object): del metadata['CoverOffset'] handleMetaPairs(data, metadata, 'Codec', 'output encoding') - # handle kindlegen specifc tags + # handle kindlegen specific tags handleTag(data, metadata, 'DictInLanguage', 'DictionaryInLanguage') handleTag(data, metadata, 'DictOutLanguage', 'DictionaryOutLanguage') handleMetaPairs(data, metadata, 'RegionMagnification', 'RegionMagnification')