diff --git a/api/api.go b/api/api.go index 4639e20c..fd091c86 100644 --- a/api/api.go +++ b/api/api.go @@ -29,7 +29,7 @@ import ( type Authority interface { SSHAuthority // NOTE: Authorize will be deprecated in future releases. Please use the - // context specific Authoirize[Sign|Revoke|etc.] methods. + // context specific Authorize[Sign|Revoke|etc.] methods. Authorize(ctx context.Context, ott string) ([]provisioner.SignOption, error) AuthorizeSign(ott string) ([]provisioner.SignOption, error) GetTLSOptions() *tlsutil.TLSOptions