From 5e275cdacf70c124d88d84f137dfd04d5526ebc1 Mon Sep 17 00:00:00 2001 From: Josh Soref Date: Mon, 24 Feb 2020 17:20:10 -0500 Subject: [PATCH] spelling: propagation Signed-off-by: Josh Soref --- pkg/controller/context.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/controller/context.go b/pkg/controller/context.go index 91a71a9fc..a140f79d8 100644 --- a/pkg/controller/context.go +++ b/pkg/controller/context.go @@ -112,7 +112,7 @@ type ACMEOptions struct { HTTP01SolverResourceLimitsMemory resource.Quantity // DNS01CheckAuthoritative is a flag for controlling if auth nss are used - // for checking propogation of an RR. This is the ideal scenario + // for checking propagation of an RR. This is the ideal scenario DNS01CheckAuthoritative bool // DNS01Nameservers is a list of nameservers to use when performing self-checks