From 93a421fadbe56ef8d654d3009913d47bc4ae9a5c Mon Sep 17 00:00:00 2001 From: Louis Date: Tue, 17 Jun 2014 09:49:15 +0200 Subject: [PATCH] typo --- songbook_core/content/sorted.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) ))