From 1053533932ece2faf3394b1c21eceb1c96536c66 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Sun, 21 Sep 2014 20:53:43 +0530 Subject: [PATCH] ... --- manual/edit.rst | 2 +- manual/plugin_examples/editor_demo/main.py | 2 +- src/calibre/ebooks/oeb/polish/cover.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/manual/edit.rst b/manual/edit.rst index 2ee915b2de..a6664e1e88 100644 --- a/manual/edit.rst +++ b/manual/edit.rst @@ -182,7 +182,7 @@ files into book. Replacing files ^^^^^^^^^^^^^^^^ -You can easily replace existing files int he book, by right clicking on the +You can easily replace existing files in the book, by right clicking on the file and choosing replace. This will automatically update all links and references, in case the replacement file has a different name than the file being replaced. diff --git a/manual/plugin_examples/editor_demo/main.py b/manual/plugin_examples/editor_demo/main.py index 8fb4b1f03b..b4d24d3d39 100644 --- a/manual/plugin_examples/editor_demo/main.py +++ b/manual/plugin_examples/editor_demo/main.py @@ -75,7 +75,7 @@ class DemoTool(Tool): container = self.current_container # The book being edited as a container object - # Iterate over all style declarations int he book, this means css + # Iterate over all style declarations in the book, this means css # stylesheets,