From 7876a396a976d58ca4353c27223c6bb9dad61282 Mon Sep 17 00:00:00 2001 From: Dave Liepmann Date: Thu, 20 Nov 2014 21:11:02 +0200 Subject: [PATCH] Fixed typo: "should't" -> "shouldn't" --- alchemyapi.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/alchemyapi.rb b/alchemyapi.rb index 14ea509..9143c77 100644 --- a/alchemyapi.rb +++ b/alchemyapi.rb @@ -96,7 +96,7 @@ def initialize() key.strip! if key.empty? - #The key file should't be blank + #The key file shouldn't be blank puts 'The api_key.txt file appears to be blank, please copy/paste your API key in the file: api_key.txt' puts 'If you do not have an API Key from AlchemyAPI please register for one at: http://www.alchemyapi.com/api/register.html' Process.exit(1)