comment grammar/spelling fix (#6373)

This commit is contained in:
Mike Ball 2016-04-27 08:10:05 -04:00 committed by Paul Stack
parent ef161d92ed
commit 02bbe18635
1 changed files with 1 additions and 1 deletions

View File

@ -68,7 +68,7 @@ func resourceAwsRoute53Record() *schema.Resource {
ConflictsWith: []string{"alias"},
},
// Weight uses a special sentinel value to indicate it's presense.
// Weight uses a special sentinel value to indicate its presence.
// Because 0 is a valid value for Weight, we default to -1 so that any
// inclusion of a weight (zero or not) will be a usable value
"weight": &schema.Schema{