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.