From 381a2e749a1710158a3afbc3f0b4f7e889dd70d9 Mon Sep 17 00:00:00 2001 From: Andrew Keesler Date: Tue, 8 Dec 2020 15:36:27 -0500 Subject: [PATCH] impotent -> idempotent These words do not mean the same thing... Signed-off-by: Andrew Keesler --- internal/controller/authenticator/authenticator.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/controller/authenticator/authenticator.go b/internal/controller/authenticator/authenticator.go index 0e412fc13..bad487e12 100644 --- a/internal/controller/authenticator/authenticator.go +++ b/internal/controller/authenticator/authenticator.go @@ -10,7 +10,7 @@ import ( auth1alpha1 "go.pinniped.dev/generated/1.19/apis/concierge/authentication/v1alpha1" ) -// Closer is a type that can be closed impotently. +// Closer is a type that can be closed idempotently. // // This type is slightly different from io.Closer, because io.Closer can return an error and is not // necessarily idempotent.