Fix simple typo: specifc -> specific

This commit is contained in:
Tim Gates
2019-12-03 15:05:57 +11:00
parent fd433d6432
commit e977826ea1

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