Browse code

Fixed a typo within pkg/authorization/api.go

Signed-off-by: Diego Romero <idiegoromero@gmail.com>

Diego Romero authored on 2017/01/18 11:51:16
Showing 1 changed files
... ...
@@ -18,7 +18,7 @@ const (
18 18
 )
19 19
 
20 20
 // PeerCertificate is a wrapper around x509.Certificate which provides a sane
21
-// enconding/decoding to/from PEM format and JSON.
21
+// encoding/decoding to/from PEM format and JSON.
22 22
 type PeerCertificate x509.Certificate
23 23
 
24 24
 // MarshalJSON returns the JSON encoded pem bytes of a PeerCertificate.