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],