From 6ba389902b3886e907466e0a0bac131731be0692 Mon Sep 17 00:00:00 2001 From: Edward Betts Date: Sat, 2 Sep 2017 07:41:42 +0100 Subject: [PATCH] correct spelling mistake --- lib/twitter/json_stream.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/twitter/json_stream.rb b/lib/twitter/json_stream.rb index 6a3b08d..d27cdb2 100644 --- a/lib/twitter/json_stream.rb +++ b/lib/twitter/json_stream.rb @@ -323,7 +323,7 @@ def oauth_header uri = uri_base + @options[:path].to_s # The hash SimpleOAuth accepts is slightly different from that of - # ROAuth. To preserve backward compatability, fix the cache here + # ROAuth. To preserve backward compatibility, fix the cache here # so that the arguments passed in don't need to change. oauth = { :consumer_key => @options[:oauth][:consumer_key],