summaryrefslogtreecommitdiffstats
path: root/apps/ocsp.c
diff options
context:
space:
mode:
authorRich Salz <rsalz@akamai.com>2014-06-29 11:40:05 -0400
committerRich Salz <rsalz@akamai.com>2014-06-29 11:40:05 -0400
commit327f3c040ed7451e6f7fb461e13044884607273c (patch)
tree5b0e764156dfce84e1693ab5616ab924d8a96ece /apps/ocsp.c
parenta0490e02c7fa70c8a291d9b99bd14796f97d64d6 (diff)
Fix typo in message (RT 3107)
Diffstat (limited to 'apps/ocsp.c')
-rw-r--r--apps/ocsp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/ocsp.c b/apps/ocsp.c
index 7968e272d8..902546ff61 100644
--- a/apps/ocsp.c
+++ b/apps/ocsp.c
@@ -1469,7 +1469,7 @@ OCSP_RESPONSE *process_responder(BIO *err, OCSP_REQUEST *req,
}
resp = query_responder(err, cbio, path, headers, req, req_timeout);
if (!resp)
- BIO_printf(bio_err, "Error querying OCSP responsder\n");
+ BIO_printf(bio_err, "Error querying OCSP responder\n");
end:
if (cbio)
BIO_free_all(cbio);