From 7ecf2f1e9c974aac94e6dfc260e582f8746f5fe8 Mon Sep 17 00:00:00 2001 From: Sengian Date: Thu, 6 Jan 2011 09:01:13 +0100 Subject: [PATCH] spell --- src/calibre/ebooks/rtf2xml/convert_to_tags.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/calibre/ebooks/rtf2xml/convert_to_tags.py b/src/calibre/ebooks/rtf2xml/convert_to_tags.py index ab54c0cbc3..c2244b784a 100755 --- a/src/calibre/ebooks/rtf2xml/convert_to_tags.py +++ b/src/calibre/ebooks/rtf2xml/convert_to_tags.py @@ -88,7 +88,7 @@ class ConvertToTags: def __open_att_func(self, line): """ Process lines for open tags that have attributes. - The important infor is between [17:-1]. Take this info and split it + The important info is between [17:-1]. Take this info and split it with the delimeter '<'. The first token in this group is the element name. The rest are attributes, separated fromt their values by '>'. So read each token one at a time, and split them by '>'.