From 1776430f6b18ae8f1884faec29e4dfd531351cb3 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Wed, 13 May 2015 08:14:00 +0200 Subject: [PATCH] fix typo --- homeassistant/components/notify/__init__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/homeassistant/components/notify/__init__.py b/homeassistant/components/notify/__init__.py index 0728a979588..ecd15aeb8e2 100644 --- a/homeassistant/components/notify/__init__.py +++ b/homeassistant/components/notify/__init__.py @@ -1,6 +1,6 @@ """ homeassistant.components.notify -~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Provides functionality to notify people. """ @@ -73,7 +73,7 @@ def setup(hass, config): # pylint: disable=too-few-public-methods class BaseNotificationService(object): - """ Provides an ABC for notifcation services. """ + """ Provides an ABC for notification services. """ def send_message(self, message, **kwargs): """