Skip to content

Commit

Permalink
Fix typo. (home-assistant#5087)
Browse files Browse the repository at this point in the history
  • Loading branch information
magicus authored and pvizeli committed Dec 28, 2016
1 parent d8ff228 commit 98efbbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion homeassistant/components/media_player/squeezebox.py
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ class SqueezeBoxDevice(MediaPlayerDevice):
"""Representation of a SqueezeBox device."""

def __init__(self, lms, player_id):
"""Initialize the SqeezeBox device."""
"""Initialize the SqueezeBox device."""
super(SqueezeBoxDevice, self).__init__()
self._lms = lms
self._id = player_id
Expand Down

0 comments on commit 98efbbc

Please sign in to comment.