From 49eaa34e03fb4d77abd1b702297bfe3c7c6d675d Mon Sep 17 00:00:00 2001 From: Aaron Bach Date: Fri, 8 Mar 2019 22:36:41 -0700 Subject: [PATCH] Fixed a misspelling in a docstring (#21846) --- homeassistant/components/ambient_station/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/homeassistant/components/ambient_station/__init__.py b/homeassistant/components/ambient_station/__init__.py index c7b001121da..545415f9d5d 100644 --- a/homeassistant/components/ambient_station/__init__.py +++ b/homeassistant/components/ambient_station/__init__.py @@ -364,7 +364,7 @@ class AmbientStation: } # If the websocket disconnects and reconnects, the on_subscribed - # hanlder will get called again; in that case, we don't want to + # handler will get called again; in that case, we don't want to # attempt forward setup of the config entry (because it will have # already been done): if not self._entry_setup_complete: