From bc1675419d53788cb5e585ea97239c8245217383 Mon Sep 17 00:00:00 2001 From: Tomas Groth Date: Tue, 20 May 2014 18:19:06 +0200 Subject: [PATCH] Fixed spelling in comment. --- openlp/plugins/songs/lib/ewimport.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openlp/plugins/songs/lib/ewimport.py b/openlp/plugins/songs/lib/ewimport.py index 7dd122bf9..0d95cf548 100644 --- a/openlp/plugins/songs/lib/ewimport.py +++ b/openlp/plugins/songs/lib/ewimport.py @@ -192,7 +192,7 @@ class EasyWorshipSongImport(SongImport): try: result = strip_rtf(words, self.encoding) except UnicodeDecodeError: - # The unicode chars in the rtf was not escaped in the expected manor + # The unicode chars in the rtf was not escaped in the expected manner. self.logError(self.title, unicode(translate('SongsPlugin.EasyWorshipSongImport', 'Unexpected data formatting.'))) continue