From 32ccbf1807e82d219ca264952d10fac65f4dd255 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Fri, 15 Feb 2013 17:14:45 +0530 Subject: [PATCH] ... --- src/calibre/ebooks/conversion/plugins/epub_input.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/calibre/ebooks/conversion/plugins/epub_input.py b/src/calibre/ebooks/conversion/plugins/epub_input.py index 642235e595..b602ac9cd0 100644 --- a/src/calibre/ebooks/conversion/plugins/epub_input.py +++ b/src/calibre/ebooks/conversion/plugins/epub_input.py @@ -105,7 +105,7 @@ class EPUBInput(InputFormatPlugin): removed = guide_cover else: # Ensure the cover is displayed as the first item in the book, some - # epub files have it set with liner='no' which causes the cover to + # epub files have it set with linear='no' which causes the cover to # display in the end spine[0].attrib.pop('linear', None) opf.spine[0].is_linear = True