summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjmc <jmc@openbsd.org>2018-11-25 19:48:43 +0000
committerjmc <jmc@openbsd.org>2018-11-25 19:48:43 +0000
commit5734aebdd45bd199dff8af40fa8b85692b6f69e9 (patch)
tree6a6a2b5e18d0a193302bab5acd4a1b67fb905df8
parentIn tbl(7) -T html output, (diff)
downloadwireguard-openbsd-5734aebdd45bd199dff8af40fa8b85692b6f69e9.tar.xz
wireguard-openbsd-5734aebdd45bd199dff8af40fa8b85692b6f69e9.zip
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().