فهرست منبع

Fixed a typo within pkg/authorization/api.go

Signed-off-by: Diego Romero <idiegoromero@gmail.com>
Diego Romero 8 سال پیش
والد
کامیت
48b8f54876
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      pkg/authorization/api.go

+ 1 - 1
pkg/authorization/api.go

@@ -18,7 +18,7 @@ const (
 )
 )
 
 
 // PeerCertificate is a wrapper around x509.Certificate which provides a sane
 // 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
 type PeerCertificate x509.Certificate
 
 
 // MarshalJSON returns the JSON encoded pem bytes of a PeerCertificate.
 // MarshalJSON returns the JSON encoded pem bytes of a PeerCertificate.