Fix comment typo

This commit is contained in:
Paul Hinze 2015-04-06 10:45:02 -05:00
parent c5eb16cfb1
commit c2b293d047
1 changed files with 1 additions and 1 deletions

View File

@ -59,7 +59,7 @@ func resourceAwsRoute53Record() *schema.Resource {
func resourceAwsRoute53RecordUpdate(d *schema.ResourceData, meta interface{}) error {
// Route 53 supports CREATE, DELETE, and UPSERT actions. We use UPSERT, and
// AWS dynamically determins if a record should be created or updated.
// AWS dynamically determines if a record should be created or updated.
// Amazon Route 53 can update an existing resource record set only when all
// of the following values match: Name, Type
// (and SetIdentifier, which we don't use yet).