From 5a205ba5611f973e3c3291cacd9a652fd43aa088 Mon Sep 17 00:00:00 2001 From: Josh Soref Date: Wed, 24 Feb 2021 10:43:05 -0500 Subject: [PATCH] spelling: string Signed-off-by: Josh Soref --- pkg/release/hook.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/release/hook.go b/pkg/release/hook.go index 662320f06..cb9955582 100644 --- a/pkg/release/hook.go +++ b/pkg/release/hook.go @@ -102,5 +102,5 @@ const ( HookPhaseFailed HookPhase = "Failed" ) -// Strng converts a hook phase to a printable string +// String converts a hook phase to a printable string func (x HookPhase) String() string { return string(x) }