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.