From bba287dce9545e832c65ef5053c2582a9dbf8618 Mon Sep 17 00:00:00 2001 From: Dan Kortschak Date: Fri, 28 Jan 2022 21:18:26 +1030 Subject: [PATCH] ocsp: fix typo Change-Id: Icd770cee9ce183f75c49c301f96a4aab73e80303 Reviewed-on: https://go-review.googlesource.com/c/crypto/+/381674 Reviewed-by: Ian Lance Taylor Trust: Cherry Mui --- ocsp/ocsp.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ocsp/ocsp.go b/ocsp/ocsp.go index 9d3fffa8..96972aea 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.