impotent -> idempotent

These words do not mean the same thing...

Signed-off-by: Andrew Keesler <akeesler@vmware.com>
This commit is contained in:
Andrew Keesler 2020-12-08 15:36:27 -05:00
parent 9ed5dcb031
commit 381a2e749a
No known key found for this signature in database
GPG Key ID: 27CE0444346F9413
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ import (
auth1alpha1 "go.pinniped.dev/generated/1.19/apis/concierge/authentication/v1alpha1" 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 // This type is slightly different from io.Closer, because io.Closer can return an error and is not
// necessarily idempotent. // necessarily idempotent.