From 98efbbc129e0f72f5ceb0fff33bd27f92f88e760 Mon Sep 17 00:00:00 2001 From: Magnus Ihse Bursie Date: Wed, 28 Dec 2016 08:12:10 +0100 Subject: [PATCH] Fix typo. (#5087) --- homeassistant/components/media_player/squeezebox.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/homeassistant/components/media_player/squeezebox.py b/homeassistant/components/media_player/squeezebox.py index 18081e9eebbb7b..c51834057d22f6 100644 --- a/homeassistant/components/media_player/squeezebox.py +++ b/homeassistant/components/media_player/squeezebox.py @@ -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