From 558543b004e4ec6c14162688b996dd255154bafb Mon Sep 17 00:00:00 2001
From: Kovid Goyal
Date: Thu, 5 Jun 2014 08:26:47 +0530
Subject: [PATCH] Fix typos in strings
---
src/calibre/devices/kindle/driver.py | 2 +-
src/calibre/gui2/tweak_book/editor/themes.py | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/calibre/devices/kindle/driver.py b/src/calibre/devices/kindle/driver.py
index d3b5555c86..3e8fdac86f 100644
--- a/src/calibre/devices/kindle/driver.py
+++ b/src/calibre/devices/kindle/driver.py
@@ -313,7 +313,7 @@ class KINDLE2(KINDLE):
' accurate: Based on the number of chapters, paragraphs, and visible lines in the book.'
' This method is designed to simulate an average paperback book where there are 32 lines per'
' page and a maximum of 70 characters per line.\n\n'
- ' pagebreak: The "pagebreak" method uses the presense of tags within'
+ ' pagebreak: The "pagebreak" method uses the presence of tags within'
' the book to determine pages.'
'Methods other than "fast" are going to be much slower.'
' Further, if "pagebreak" fails to determine a page count accurate will be used, and if '
diff --git a/src/calibre/gui2/tweak_book/editor/themes.py b/src/calibre/gui2/tweak_book/editor/themes.py
index ade364dbef..ebbb069667 100644
--- a/src/calibre/gui2/tweak_book/editor/themes.py
+++ b/src/calibre/gui2/tweak_book/editor/themes.py
@@ -500,7 +500,7 @@ class ThemeEditor(Dialog):
does not have any effect as that rule is used only for the color of
the blinking cursor.
- As you make changes to your them on the left, the changes will
+
As you make changes to your theme on the left, the changes will
be reflected live in this panel.