Fixed typo

This commit is contained in:
Terry Cain 2017-10-25 20:14:39 +01:00
commit 596bf84480
No known key found for this signature in database
GPG key ID: 14D90844E4E9B9F3
2 changed files with 3 additions and 23 deletions

View file

@ -704,7 +704,7 @@ class RDS2Backend(BaseBackend):
if self.arn_regex.match(source_database_id):
db_kwargs['region'] = self.region
# Shoudln't really copy here as the instance is duplicated. RDS replicas have different instances.
# Shouldn't really copy here as the instance is duplicated. RDS replicas have different instances.
replica = copy.copy(primary)
replica.update(db_kwargs)
replica.set_as_replica()