mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
spelling mistake breaking the AWS SES service model
This commit is contained in:
parent
3355bca1b7
commit
584fecdfb7
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue