Fix some typos

This commit is contained in:
Asher Foa 2019-11-16 12:31:45 -08:00
commit 3bb31c84fd
7 changed files with 11 additions and 11 deletions

View file

@ -147,7 +147,7 @@ class SESBackend(BaseBackend):
def __type_of_message__(self, destinations):
"""Checks the destination for any special address that could indicate delivery,
complaint or bounce like in SES simualtor"""
complaint or bounce like in SES simulator"""
alladdress = (
destinations.get("ToAddresses", [])
+ destinations.get("CcAddresses", [])