Fix spelling in a comment

This commit is contained in:
Tomas Groth 2014-05-21 11:33:23 +02:00
parent 7ed56225f2
commit b352c05ff0
1 changed files with 1 additions and 1 deletions

View File

@ -344,7 +344,7 @@ class EasyWorshipSongImport(SongImport):
try:
decoded_words = words.decode()
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.entry_error_log = translate('SongsPlugin.EasyWorshipSongImport',
'Unexpected data formatting.')
return