Skip to content

Commit

Permalink
Fix typos in comments.
Browse files Browse the repository at this point in the history
  • Loading branch information
maraino committed Jun 23, 2021
1 parent 16e0cff commit 35e6cc2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions cas/apiv1/options.go
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,9 @@ type Options struct {
KeyManager kms.KeyManager `json:"-"`

// Project, Location, CaPool and GCSBucket are parameters used in CloudCAS
// to create a new certificate authority. If a CaPool does not exists it
// will be created. GCSBucket is optional, if not provided GCloud will
// create a managed bucket.
// to create a new certificate authority. If a CaPool does not exist it will
// be created. GCSBucket is optional, if not provided GCloud will create a
// managed bucket.
Project string `json:"-"`
Location string `json:"-"`
CaPool string `json:"-"`
Expand Down
2 changes: 1 addition & 1 deletion cas/cloudcas/cloudcas.go
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ var revocationCodeMap = map[int]pb.RevocationReason{
10: pb.RevocationReason_ATTRIBUTE_AUTHORITY_COMPROMISE,
}

// caPoolTierMap contains the map between apv1.Options.Tier and the pb type.
// caPoolTierMap contains the map between apiv1.Options.Tier and the pb type.
var caPoolTierMap = map[string]pb.CaPool_Tier{
"": pb.CaPool_DEVOPS,
"ENTERPRISE": pb.CaPool_ENTERPRISE,
Expand Down

0 comments on commit 35e6cc2

Please sign in to comment.