Signed-off-by: Diego Romero <idiegoromero@gmail.com>
| ... | ... |
@@ -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. |