Misspelling fix

This commit is contained in:
Robbie Trencheny 2016-03-25 22:57:28 -07:00
parent 950cc9e618
commit de68be06dd

View File

@ -224,7 +224,7 @@ class SonosDevice(MediaPlayerDevice):
@only_if_coordinator
def media_play(self):
"""Send paly command."""
"""Send play command."""
self._player.play()
@only_if_coordinator