1
0
Fork 0
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:
Graeme Wilson 2014-10-22 11:08:33 +11:00
parent 3355bca1b7
commit 584fecdfb7

View file

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