From 4049c93c2f8eb26b5940c261acf6520fb58fa2e8 Mon Sep 17 00:00:00 2001 From: Eli Schwartz Date: Tue, 28 May 2019 21:24:58 -0400 Subject: [PATCH] fix miscellaneous typo --- src/calibre/ebooks/conversion/plugins/snb_input.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/calibre/ebooks/conversion/plugins/snb_input.py b/src/calibre/ebooks/conversion/plugins/snb_input.py index 75275dbf34..007adea1b9 100644 --- a/src/calibre/ebooks/conversion/plugins/snb_input.py +++ b/src/calibre/ebooks/conversion/plugins/snb_input.py @@ -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