Skip to content

Commit

Permalink
Merge pull request mopidy#40 from joshka/patch-2
Browse files Browse the repository at this point in the history
Fix grammar
  • Loading branch information
jodal committed Nov 9, 2014
2 parents 9556fea + 483dcfa commit 4f49243
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mopidy_soundcloud/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ def validate_config(self, config):
if not config.get('soundcloud', 'auth_token'):
raise ExtensionError(
'In order to use SoundCloud extension you must provide an '
'auth token. For more information referrer to '
'auth token. For more information refer to '
'https://github.com/mopidy/mopidy-soundcloud/')

def setup(self, registry):
Expand Down

0 comments on commit 4f49243

Please sign in to comment.