From a44b0a1d52dbc7f875458c41bf20c4d733fb52a1 Mon Sep 17 00:00:00 2001 From: Mariano Cano Date: Mon, 29 Jul 2019 15:53:43 -0700 Subject: [PATCH] Fix typo --- api/api.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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