From 584fecdfb79808af08f370b5d9ba4965bb94af0b Mon Sep 17 00:00:00 2001 From: Graeme Wilson Date: Wed, 22 Oct 2014 11:08:33 +1100 Subject: [PATCH] spelling mistake breaking the AWS SES service model --- lib/fog/aws/ses.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/fog/aws/ses.rb b/lib/fog/aws/ses.rb index 7dc51a12b..22c4994f0 100644 --- a/lib/fog/aws/ses.rb +++ b/lib/fog/aws/ses.rb @@ -114,7 +114,7 @@ module Fog end end - def _requrest(body, headers, idempotent, parser) + def _request(body, headers, idempotent, parser) @connection.request({ :body => body, :expects => 200,