From 158fdd3e63aaf584aa61eeb51334ba759bad0738 Mon Sep 17 00:00:00 2001 From: Tim Bentley Date: Fri, 29 Sep 2017 19:41:55 +0100 Subject: [PATCH] spelling --- openlp/plugins/songs/lib/openlyricsxml.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openlp/plugins/songs/lib/openlyricsxml.py b/openlp/plugins/songs/lib/openlyricsxml.py index 807ea5593..84fba0343 100644 --- a/openlp/plugins/songs/lib/openlyricsxml.py +++ b/openlp/plugins/songs/lib/openlyricsxml.py @@ -281,7 +281,7 @@ class OpenLyrics(object): tags_element = None match = re.search('\{/?\w+\}', song.lyrics, re.UNICODE) if match: - # Named 'format_' - 'format' is built-in fuction in Python. + # Named 'format_' - 'format' is built-in function in Python. format_ = etree.SubElement(song_xml, 'format') tags_element = etree.SubElement(format_, 'tags') tags_element.set('application', 'OpenLP')