diff options
| author | Dan Kortschak <dan@kortschak.io> | 2022-01-28 21:18:26 +1030 |
|---|---|---|
| committer | Ian Lance Taylor <iant@golang.org> | 2022-02-08 23:39:18 +0000 |
| commit | bba287dce9545e832c65ef5053c2582a9dbf8618 (patch) | |
| tree | 24f1f2f2b481c523cd92afcbbb953b0d9769bc0b | |
| parent | 20e1d8d225ab8b19a0e7dc00fa5095216b8d6553 (diff) | |
| download | go-x-crypto-bba287dce9545e832c65ef5053c2582a9dbf8618.tar.xz | |
ocsp: fix typo
Change-Id: Icd770cee9ce183f75c49c301f96a4aab73e80303
Reviewed-on: https://go-review.googlesource.com/c/crypto/+/381674
Reviewed-by: Ian Lance Taylor <iant@golang.org>
Trust: Cherry Mui <cherryyz@google.com>
| -rw-r--r-- | ocsp/ocsp.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ocsp/ocsp.go b/ocsp/ocsp.go index 9d3fffa..96972ae 100644 --- a/ocsp/ocsp.go +++ b/ocsp/ocsp.go @@ -668,7 +668,7 @@ func CreateRequest(cert, issuer *x509.Certificate, opts *RequestOptions) ([]byte // The responder cert is used to populate the responder's name field, and the // certificate itself is provided alongside the OCSP response signature. // -// The issuer cert is used to puplate the IssuerNameHash and IssuerKeyHash fields. +// The issuer cert is used to populate the IssuerNameHash and IssuerKeyHash fields. // // The template is used to populate the SerialNumber, Status, RevokedAt, // RevocationReason, ThisUpdate, and NextUpdate fields. |
