summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2018-11-25 19:48:44 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2018-11-25 19:48:44 +0000
commit92a67c9fe74254f56ef7ffafd255af190cbd2a83 (patch)
tree1c1d6973557a71516531332cd5f66575824c8a9a
parentd6a76ecc5d4c077209241242c51d76bb32836d55 (diff)
spelling; from miod
-rw-r--r--lib/libcrypto/ocsp/ocsp_cl.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libcrypto/ocsp/ocsp_cl.c b/lib/libcrypto/ocsp/ocsp_cl.c
index c2cd9da09ad..0ed816cdc31 100644
--- a/lib/libcrypto/ocsp/ocsp_cl.c
+++ b/lib/libcrypto/ocsp/ocsp_cl.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: ocsp_cl.c,v 1.15 2018/03/17 14:44:34 jsing Exp $ */
+/* $OpenBSD: ocsp_cl.c,v 1.16 2018/11/25 19:48:43 jmc Exp $ */
/* Written by Tom Titchener <Tom_Titchener@groove.net> for the OpenSSL
* project. */
@@ -139,7 +139,7 @@ OCSP_request_add1_cert(OCSP_REQUEST *req, X509 *cert)
return 1;
}
-/* Sign an OCSP request set the requestorName to the subjec
+/* Sign an OCSP request set the requestorName to the subject
* name of an optional signers certificate and include one
* or more optional certificates in the request. Behaves
* like PKCS7_sign().