From 15b12f66d9804a985bcd85075ad46b908e08f8ab Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Wed, 13 May 2015 13:39:44 +0530 Subject: [PATCH] ... --- src/calibre/ebooks/oeb/stylizer.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/calibre/ebooks/oeb/stylizer.py b/src/calibre/ebooks/oeb/stylizer.py index e9f806db0f..c87216caeb 100644 --- a/src/calibre/ebooks/oeb/stylizer.py +++ b/src/calibre/ebooks/oeb/stylizer.py @@ -534,7 +534,7 @@ class Style(object): return ans def img_size(self, width, height): - ' Return the final size of an given that it points to an imafe of size widthxheight ' + ' Return the final size of an given that it points to an image of size widthxheight ' return self.img_dimension('width', width), self.img_dimension('height', height) @property