Skip to content

Commit 9588926

Browse files
committed
fix: update
Signed-off-by: Junjie Gao <[email protected]>
1 parent 102457d commit 9588926

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/pkix/pkix.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ func ParseDistinguishedName(name string) (map[string]string, error) {
3838
return nil, fmt.Errorf("distinguished name (DN) %q has multi-valued RDN attributes, remove multi-valued RDN attributes as they are not supported", name)
3939
}
4040
for _, attribute := range rdn.Attributes {
41-
// stateOrProvincename 'S' is an alias for 'ST'
41+
// stateOrProvince name 'S' is an alias for 'ST'
4242
if attribute.Type == "S" {
4343
attribute.Type = "ST"
4444
}

0 commit comments

Comments
 (0)