From f823c2b988a2fc6863ef668ae31bb92cb27f70bd Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Tue, 29 Jan 2008 03:38:02 +0000 Subject: [PATCH] --- src/libprs500/ebooks/lrf/web/profiles/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libprs500/ebooks/lrf/web/profiles/__init__.py b/src/libprs500/ebooks/lrf/web/profiles/__init__.py index 6eb3e49c45..c0626a56f4 100644 --- a/src/libprs500/ebooks/lrf/web/profiles/__init__.py +++ b/src/libprs500/ebooks/lrf/web/profiles/__init__.py @@ -47,7 +47,7 @@ class DefaultProfile(object): html2lrf_options = [] # List of options to pass to html2lrf # List of regexp substitution rules to run on the downloaded HTML. Each element of the - # list should be a two element tuple. THe first element of the tuple should + # list should be a two element tuple. The first element of the tuple should # be a compiled regular expression and the second a callable that takes # a single match object and returns a string to replace the match. preprocess_regexps = []