mirror of
https://github.com/beetbox/beets.git
synced 2025-12-31 04:52:49 +01:00
spell check
This commit is contained in:
parent
f878844fbd
commit
033cf9ec21
4 changed files with 4 additions and 4 deletions
|
|
@ -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):
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
|
|
|
|||
|
|
@ -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):
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue