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