Fixed spelling in comment.

This commit is contained in:
Tomas Groth 2014-05-20 18:19:06 +02:00
parent 764768f8ac
commit bc1675419d
1 changed files with 1 additions and 1 deletions

View File

@ -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