mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-06-23 15:30:45 -04:00
fix miscellaneous typo
This commit is contained in:
parent
e521e770f3
commit
4049c93c2f
@ -45,7 +45,7 @@ class SNBInput(InputFormatPlugin):
|
||||
except:
|
||||
raise ValueError("Invalid SNB file")
|
||||
if not snbFile.IsValid():
|
||||
log.debug("Invaild SNB file")
|
||||
log.debug("Invalid SNB file")
|
||||
raise ValueError("Invalid SNB file")
|
||||
log.debug("Handle meta data ...")
|
||||
from calibre.ebooks.conversion.plumber import create_oebbook
|
||||
|
Loading…
x
Reference in New Issue
Block a user