From 02bbe186354e4d42bedc9073066eed46c677a3a2 Mon Sep 17 00:00:00 2001 From: Mike Ball Date: Wed, 27 Apr 2016 08:10:05 -0400 Subject: [PATCH] comment grammar/spelling fix (#6373) --- builtin/providers/aws/resource_aws_route53_record.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/builtin/providers/aws/resource_aws_route53_record.go b/builtin/providers/aws/resource_aws_route53_record.go index 8cc21deb1..cd8cbf7c8 100644 --- a/builtin/providers/aws/resource_aws_route53_record.go +++ b/builtin/providers/aws/resource_aws_route53_record.go @@ -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{