Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
xiongyihui committed Dec 29, 2017
1 parent 8e088ad commit 75515eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion avs/alexa.py
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ def __init__(self, config=None):
self.last_activity = datetime.datetime.utcnow()
self._ping_time = None

def set_state_listner(self, listner):
def set_state_listener(self, listner):
self.state_listener = listner

def start(self):
Expand Down

0 comments on commit 75515eb

Please sign in to comment.