From 39ccd1b3a4e9a348a01bd97f0a43cf41d8483527 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Thu, 11 Jun 2015 22:32:58 +0200 Subject: [PATCH] fix typo --- homeassistant/components/modbus.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/homeassistant/components/modbus.py b/homeassistant/components/modbus.py index 90a0929e6c0..4f46915d870 100644 --- a/homeassistant/components/modbus.py +++ b/homeassistant/components/modbus.py @@ -97,5 +97,5 @@ def setup(hass, config): hass.bus.listen_once(EVENT_HOMEASSISTANT_START, start_modbus) - # Tells the bootstrapper that the component was succesfully initialized + # Tells the bootstrapper that the component was successfully initialized return True