From 527bce3e5ed3817a5c7184c9dd63f03884ea1f2c Mon Sep 17 00:00:00 2001 From: John Schember Date: Sat, 12 Feb 2011 09:40:21 -0500 Subject: [PATCH] ... --- src/calibre/devices/kindle/apnx.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/calibre/devices/kindle/apnx.py b/src/calibre/devices/kindle/apnx.py index 0c79a3829f..d8dc9709d9 100644 --- a/src/calibre/devices/kindle/apnx.py +++ b/src/calibre/devices/kindle/apnx.py @@ -33,7 +33,7 @@ class APNXBuilder(object): method to calculate the page length would be to parse the uncompressed text. For each paragraph we would want to find how many lines it would occupy in a paper - back book. 70 charaters per line and 32 lines per page. + back book. 70 characters per line and 32 lines per page. So divide the number of characters (minus markup) in each paragraph by 70. If there are less than 70 characters in the paragraph then it is 1 line. Then,