From 430369062bf899b8a650e0f8eace011c53c86e4a Mon Sep 17 00:00:00 2001 From: anshuman73 Date: Tue, 29 Nov 2016 00:28:38 +0530 Subject: [PATCH] Fixed a small typo --- beetsplug/mbcollection.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/beetsplug/mbcollection.py b/beetsplug/mbcollection.py index a590a7605..992c51fe3 100644 --- a/beetsplug/mbcollection.py +++ b/beetsplug/mbcollection.py @@ -80,7 +80,7 @@ class MusicBrainzCollectionPlugin(BeetsPlugin): self.update_album_list([task.album]) def update_album_list(self, album_list): - """Update the MusicBrainz colleciton from a list of Beets albums + """Update the MusicBrainz collection from a list of Beets albums """ # Get the available collections. collections = mb_call(musicbrainzngs.get_collections)