fixed commented typo

This commit is contained in:
Chris Caron 2018-02-25 20:43:42 -05:00
parent e544260ec5
commit 0c0449fc70
4 changed files with 4 additions and 4 deletions

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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