From 0c0449fc70c462609e2ee6975bed5d3cefb98a6c Mon Sep 17 00:00:00 2001 From: Chris Caron Date: Sun, 25 Feb 2018 20:43:42 -0500 Subject: [PATCH] fixed commented typo --- apprise/plugins/NotifyBoxcar.py | 2 +- apprise/plugins/NotifySlack.py | 2 +- apprise/plugins/NotifyTelegram.py | 2 +- apprise/plugins/NotifyTwitter/NotifyTwitter.py | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/apprise/plugins/NotifyBoxcar.py b/apprise/plugins/NotifyBoxcar.py index f22e968b..3589309c 100644 --- a/apprise/plugins/NotifyBoxcar.py +++ b/apprise/plugins/NotifyBoxcar.py @@ -264,7 +264,7 @@ class NotifyBoxcar(NotifyBase): # We're done early return None - # The first token is stored in the hostnamee + # The first token is stored in the hostname access = results['host'] # Now fetch the remaining tokens diff --git a/apprise/plugins/NotifySlack.py b/apprise/plugins/NotifySlack.py index 802ea734..1622c132 100644 --- a/apprise/plugins/NotifySlack.py +++ b/apprise/plugins/NotifySlack.py @@ -292,7 +292,7 @@ class NotifySlack(NotifyBase): # Apply our settings now - # The first token is stored in the hostnamee + # The first token is stored in the hostname token_a = results['host'] # Now fetch the remaining tokens diff --git a/apprise/plugins/NotifyTelegram.py b/apprise/plugins/NotifyTelegram.py index e6ed2ac3..b6698434 100644 --- a/apprise/plugins/NotifyTelegram.py +++ b/apprise/plugins/NotifyTelegram.py @@ -303,7 +303,7 @@ class NotifyTelegram(NotifyBase): ), ) - # The first token is stored in the hostnamee + # The first token is stored in the hostname bot_token_a = results['host'] # Now fetch the remaining tokens diff --git a/apprise/plugins/NotifyTwitter/NotifyTwitter.py b/apprise/plugins/NotifyTwitter/NotifyTwitter.py index c134ad3b..11168089 100644 --- a/apprise/plugins/NotifyTwitter/NotifyTwitter.py +++ b/apprise/plugins/NotifyTwitter/NotifyTwitter.py @@ -129,7 +129,7 @@ class NotifyTwitter(NotifyBase): # Apply our settings now - # The first token is stored in the hostnamee + # The first token is stored in the hostname consumer_key = results['host'] # Now fetch the remaining tokens