Merge pull request #116 from timgates42/bugfix/typo_specific

Fix simple typo: specifc -> specific
This commit is contained in:
BasioMeusPuga
2019-12-02 22:33:28 -08:00
committed by GitHub

View File

@@ -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')