Skip to content

Commit 35e6cc2

Browse files
committed
Fix typos in comments.
1 parent 16e0cff commit 35e6cc2

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Diff for: cas/apiv1/options.go

+3-3
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,9 @@ type Options struct {
4646
KeyManager kms.KeyManager `json:"-"`
4747

4848
// Project, Location, CaPool and GCSBucket are parameters used in CloudCAS
49-
// to create a new certificate authority. If a CaPool does not exists it
50-
// will be created. GCSBucket is optional, if not provided GCloud will
51-
// create a managed bucket.
49+
// to create a new certificate authority. If a CaPool does not exist it will
50+
// be created. GCSBucket is optional, if not provided GCloud will create a
51+
// managed bucket.
5252
Project string `json:"-"`
5353
Location string `json:"-"`
5454
CaPool string `json:"-"`

Diff for: cas/cloudcas/cloudcas.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ var revocationCodeMap = map[int]pb.RevocationReason{
6767
10: pb.RevocationReason_ATTRIBUTE_AUTHORITY_COMPROMISE,
6868
}
6969

70-
// caPoolTierMap contains the map between apv1.Options.Tier and the pb type.
70+
// caPoolTierMap contains the map between apiv1.Options.Tier and the pb type.
7171
var caPoolTierMap = map[string]pb.CaPool_Tier{
7272
"": pb.CaPool_DEVOPS,
7373
"ENTERPRISE": pb.CaPool_ENTERPRISE,

0 commit comments

Comments
 (0)