Fixed a typo within pkg/authorization/api.go

Signed-off-by: Diego Romero <idiegoromero@gmail.com>
Upstream-commit: 48b8f54876ff3269db46443eb91adeab2ea8b74b
Component: engine
This commit is contained in:
Diego Romero
2017-01-17 21:51:16 -05:00
parent 4173ac21ae
commit b1d58a6a62
+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.