From: Rich Salz Date: Sun, 29 Jun 2014 15:40:05 +0000 (-0400) Subject: Fix typo in message (RT 3107) X-Git-Tag: master-post-reformat~654 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=327f3c040ed7451e6f7fb461e13044884607273c;p=oweals%2Fopenssl.git Fix typo in message (RT 3107) --- 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);