From 770664f27d097733a25280ac31013ed61faae9de Mon Sep 17 00:00:00 2001 From: soergeld Date: Mon, 13 Jul 2020 23:05:53 +0200 Subject: [PATCH] typo --- beetsplug/parentwork.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/beetsplug/parentwork.py b/beetsplug/parentwork.py index b3e464e60..85f8b0839 100644 --- a/beetsplug/parentwork.py +++ b/beetsplug/parentwork.py @@ -96,7 +96,7 @@ class ParentWorkPlugin(BeetsPlugin): item.try_write() command = ui.Subcommand( 'parentwork', - help=u'fetche parent works, composers and dates') + help=u'fetch parent works, composers and dates') command.parser.add_option( u'-f', u'--force', dest='force',