From 82fef7cf52b9450ef273f785975a90ec0af83825 Mon Sep 17 00:00:00 2001 From: Simon Dahlbacka Date: Thu, 25 Aug 2022 10:34:57 +0300 Subject: [PATCH] fix comment typo in types.go fix a typo --- pkg/core/types.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/core/types.go b/pkg/core/types.go index f1250e25..90ed7e69 100644 --- a/pkg/core/types.go +++ b/pkg/core/types.go @@ -25,7 +25,7 @@ import ( const ( // ConfigHashAnnotation is the key of the annotation on the PodTemplate that - // holds the configuratio hash + // holds the configuration hash ConfigHashAnnotation = "wave.pusher.com/config-hash" // FinalizerString is the finalizer added to deployments to allow Wave to