diff --git a/src/scripts/tweet-content.coffee b/src/scripts/tweet-content.coffee index 2dd0e7198..5b87bec28 100644 --- a/src/scripts/tweet-content.coffee +++ b/src/scripts/tweet-content.coffee @@ -30,7 +30,7 @@ module.exports = (robot) -> if not auth.consumer_key or not auth.consumer_secret or not auth.access_token_key or not auth.access_token_secret console.log "twitter-content.coffee: HUBOT_TWITTER_CONSUMER_KEY, HUBOT_TWITTER_CONSUMER_SECRET, - HUBOT_TWITTER_ACCESS_TOKEN_KEY, and HUBOT_TWITTER_ACCES_TOKEN_SECRET are required." + HUBOT_TWITTER_ACCESS_TOKEN_KEY, and HUBOT_TWITTER_ACCESS_TOKEN_SECRET are required." return twit = new ntwitter auth