Merge pull request #30230 from stupendous-man/fix-typos

Fixed a typo within pkg/authorization/api.go
Upstream-commit: 30ca9e3b0cfedddfe259c2d84a658b1eedc2cce1
Component: engine
This commit is contained in:
Akihiro Suda
2017-01-18 14:23:03 +09:00
committed by GitHub
+1 -1
View File
@@ -18,7 +18,7 @@ const (
)
// PeerCertificate is a wrapper around x509.Certificate which provides a sane
// enconding/decoding to/from PEM format and JSON.
// encoding/decoding to/from PEM format and JSON.
type PeerCertificate x509.Certificate
// MarshalJSON returns the JSON encoded pem bytes of a PeerCertificate.