From 8a7c9a6f025a248e12c2f3042991d217c3650824 Mon Sep 17 00:00:00 2001 From: Chris Marchesi Date: Tue, 30 May 2017 21:45:18 -0700 Subject: [PATCH] helper/schema: frist -> first --- helper/schema/resource_diff.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helper/schema/resource_diff.go b/helper/schema/resource_diff.go index ac7dffc9d..0a6050da9 100644 --- a/helper/schema/resource_diff.go +++ b/helper/schema/resource_diff.go @@ -99,7 +99,7 @@ func (r *newValueReader) ReadField(address []string) (FieldReadResult, error) { // // The object functions similar to ResourceData, however most notably lacks // Set, SetPartial, and Partial, as it should be used to change diff values -// only. Most other frist-class ResourceData functions exist, namely Get, +// only. Most other first-class ResourceData functions exist, namely Get, // GetOk, HasChange, and GetChange exist. // // All functions in ResourceDiff, save for ForceNew, can only be used on