Skip to content

Commit 033cf9e

Browse files
committed
spell check
1 parent f878844 commit 033cf9e

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

beets/mediafile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -785,7 +785,7 @@ class MP3ImageStorageStyle(ListStorageStyle, MP3StorageStyle):
785785
"""Converts between APIC frames and ``Image`` instances.
786786
787787
The `get_list` method inherited from ``ListStorageStyle`` returns a
788-
list of ``Image``s. Similarily the `set_list` method accepts a
788+
list of ``Image``s. Similarly, the `set_list` method accepts a
789789
list of ``Image``s as its ``values`` arguemnt.
790790
"""
791791
def __init__(self):

beets/ui/commands.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -885,7 +885,7 @@ def import_func(lib, opts, args):
885885
)
886886
import_cmd.parser.add_option(
887887
'-g', '--group-albums', dest='group_albums', action='store_true',
888-
help='group tracks in a folder into seperate albums'
888+
help='group tracks in a folder into separate albums'
889889
)
890890
import_cmd.func = import_func
891891
default_commands.append(import_cmd)

beetsplug/replaygain.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -482,7 +482,7 @@ def __init__(self):
482482
)
483483
except (ReplayGainError, FatalReplayGainError) as e:
484484
raise ui.UserError(
485-
'An error occured in backend initialization: {0}'.format(e)
485+
'An error occurred in backend initialization: {0}'.format(e)
486486
)
487487

488488
def track_requires_gain(self, item):

docs/plugins/web.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ code.
117117

118118
Response with a list of tracks with the ids *6*, *12* and *13*. The format of
119119
the response is the same as for `GET /item/`_. It is *not guaranteed* that the
120-
reponse includes all the items requested. If a track is not found it is silently
120+
response includes all the items requested. If a track is not found it is silently
121121
dropped from the response.
122122

123123

0 commit comments

Comments
 (0)