From a7cd6c8a17bf2ca3e4f23937000423ff7d876170 Mon Sep 17 00:00:00 2001 From: Martin Zibricky Date: Thu, 15 Sep 2011 19:44:03 +0200 Subject: [PATCH] fix typo in comment --- openlp/plugins/songs/lib/xml.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openlp/plugins/songs/lib/xml.py b/openlp/plugins/songs/lib/xml.py index f49327450..cab9d9207 100644 --- a/openlp/plugins/songs/lib/xml.py +++ b/openlp/plugins/songs/lib/xml.py @@ -412,7 +412,7 @@ class OpenLyrics(object): start_tag = '{%s}' % tag_name for t in available_tags: if t[u'start tag'] == start_tag: - # Rreate new formatting tag in openlyrics xml. + # Create new formatting tag in openlyrics xml. el = self._add_text_to_element(u'tag', tags_element) el.set(u'name', tag_name) el_open = self._add_text_to_element(u'open', el)