From 62c37617274f323aca471316aa508cf91a8f68ae Mon Sep 17 00:00:00 2001 From: Edward Betts Date: Sat, 2 Sep 2017 01:14:34 +0100 Subject: [PATCH] correct spelling mistake (#115) --- spec/googleauth/user_refresh_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/googleauth/user_refresh_spec.rb b/spec/googleauth/user_refresh_spec.rb index a3a503eb..3162b182 100644 --- a/spec/googleauth/user_refresh_spec.rb +++ b/spec/googleauth/user_refresh_spec.rb @@ -294,7 +294,7 @@ def cred_json_text(missing = nil) end end - describe 'when erros occured with request' do + describe 'when erros occurred with request' do it 'should fail with Signet::AuthorizationError if request times out' do allow_any_instance_of(Faraday::Connection).to receive(:get) .and_raise(Faraday::TimeoutError)