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 = []