From 74eae6825ab340a387d9cb3f45426e035231c0b9 Mon Sep 17 00:00:00 2001 From: Paul Tyng Date: Thu, 16 Aug 2018 16:29:29 -0400 Subject: [PATCH] Fix typo in comment --- helper/schema/schema.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helper/schema/schema.go b/helper/schema/schema.go index f44010ea5..0ea5aad55 100644 --- a/helper/schema/schema.go +++ b/helper/schema/schema.go @@ -199,7 +199,7 @@ type Schema struct { Sensitive bool } -// SchemaDiffSuppresFunc is a function which can be used to determine +// SchemaDiffSuppressFunc is a function which can be used to determine // whether a detected diff on a schema element is "valid" or not, and // suppress it from the plan if necessary. //