From 033cf9ec21daa50690e29b0f9abb029507e7f407 Mon Sep 17 00:00:00 2001 From: Adrian Sampson Date: Tue, 15 Apr 2014 21:17:23 -0700 Subject: [PATCH] spell check --- beets/mediafile.py | 2 +- beets/ui/commands.py | 2 +- beetsplug/replaygain.py | 2 +- docs/plugins/web.rst | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/beets/mediafile.py b/beets/mediafile.py index a05fb54141..dba2be1390 100644 --- a/beets/mediafile.py +++ b/beets/mediafile.py @@ -785,7 +785,7 @@ class MP3ImageStorageStyle(ListStorageStyle, MP3StorageStyle): """Converts between APIC frames and ``Image`` instances. The `get_list` method inherited from ``ListStorageStyle`` returns a - list of ``Image``s. Similarily the `set_list` method accepts a + list of ``Image``s. Similarly, the `set_list` method accepts a list of ``Image``s as its ``values`` arguemnt. """ def __init__(self): diff --git a/beets/ui/commands.py b/beets/ui/commands.py index fde9f0dd0c..0bc8c81722 100644 --- a/beets/ui/commands.py +++ b/beets/ui/commands.py @@ -885,7 +885,7 @@ def import_func(lib, opts, args): ) import_cmd.parser.add_option( '-g', '--group-albums', dest='group_albums', action='store_true', - help='group tracks in a folder into seperate albums' + help='group tracks in a folder into separate albums' ) import_cmd.func = import_func default_commands.append(import_cmd) diff --git a/beetsplug/replaygain.py b/beetsplug/replaygain.py index 0c1b571152..54566be110 100644 --- a/beetsplug/replaygain.py +++ b/beetsplug/replaygain.py @@ -482,7 +482,7 @@ def __init__(self): ) except (ReplayGainError, FatalReplayGainError) as e: raise ui.UserError( - 'An error occured in backend initialization: {0}'.format(e) + 'An error occurred in backend initialization: {0}'.format(e) ) def track_requires_gain(self, item): diff --git a/docs/plugins/web.rst b/docs/plugins/web.rst index 8d0b6be0e1..f10142cc01 100644 --- a/docs/plugins/web.rst +++ b/docs/plugins/web.rst @@ -117,7 +117,7 @@ code. Response with a list of tracks with the ids *6*, *12* and *13*. The format of the response is the same as for `GET /item/`_. It is *not guaranteed* that the -reponse includes all the items requested. If a track is not found it is silently +response includes all the items requested. If a track is not found it is silently dropped from the response.