Skip to content

Commit

Permalink
spell check
Browse files Browse the repository at this point in the history
  • Loading branch information
sampsyo committed Apr 16, 2014
1 parent f878844 commit 033cf9e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion beets/mediafile.py
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down
2 changes: 1 addition & 1 deletion beets/ui/commands.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion beetsplug/replaygain.py
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down
2 changes: 1 addition & 1 deletion docs/plugins/web.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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.


Expand Down

0 comments on commit 033cf9e

Please sign in to comment.