spell check

This commit is contained in:
Adrian Sampson 2014-04-15 21:17:23 -07:00
parent f878844fbd
commit 033cf9ec21
4 changed files with 4 additions and 4 deletions

View file

@ -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):

View file

@ -885,7 +885,7 @@ import_cmd.parser.add_option(
)
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)

View file

@ -482,7 +482,7 @@ class ReplayGainPlugin(BeetsPlugin):
)
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):

View file

@ -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.