forked from openlp/openlp
Fix typo
This commit is contained in:
parent
8a6e6f767f
commit
530976cf74
@ -222,7 +222,7 @@ class SingingTheFaithImport(SongImport):
|
|||||||
copyright = line
|
copyright = line
|
||||||
continue
|
continue
|
||||||
elif (line.startswith('Liturgical ') or line.startswith('From The ') or
|
elif (line.startswith('Liturgical ') or line.startswith('From The ') or
|
||||||
line.startswith('From Common ') or line.startsith('Based on Psalm ')):
|
line.startswith('From Common ') or line.startswith('Based on Psalm ')):
|
||||||
self.add_comment(line)
|
self.add_comment(line)
|
||||||
continue
|
continue
|
||||||
# If indent is 0 it may be the author, unless it was one of the cases covered above
|
# If indent is 0 it may be the author, unless it was one of the cases covered above
|
||||||
|
Loading…
Reference in New Issue
Block a user