diff --git a/songbook_core/content/sorted.py b/songbook_core/content/sorted.py index 030c6e12..e7283f09 100644 --- a/songbook_core/content/sorted.py +++ b/songbook_core/content/sorted.py @@ -74,7 +74,7 @@ def parse(keyword, config, argument, contentlist): songlist = process_songs(contentlist, config) except OnlySongsError as error: raise ContentError(keyword, ( - "Content list of this keyword can bo only songs (or content " + "Content list of this keyword can be only songs (or content " "that result into songs), and the following are not:" + str(error.not_songs) ))