From 2842e53d096accb0c2bbc343241d371ffc6db117 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Mon, 16 Mar 2015 12:50:16 +0530 Subject: [PATCH] ... --- manual/conversion.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manual/conversion.rst b/manual/conversion.rst index e6d1245e31..077cce53e6 100644 --- a/manual/conversion.rst +++ b/manual/conversion.rst @@ -390,7 +390,7 @@ By default, calibre uses the following expression for chapter detection:: //*[((name()='h1' or name()='h2') and re:test(., 'chapter|book|section|part\s+', 'i')) or @class = 'chapter'] -This expression is rather complex, because it tries to handle a number of common cases simulataneously. What it means +This expression is rather complex, because it tries to handle a number of common cases simultaneously. What it means is that calibre will assume chapters start at either `

` or `

` tags that have any of the words `(chapter, book, section or part)` in them or that have the `class="chapter"` attribute.