Typo.
authorDr. Stephen Henson <steve@openssl.org>
Sat, 28 Jun 2014 11:42:04 +0000 (12:42 +0100)
committerDr. Stephen Henson <steve@openssl.org>
Sat, 28 Jun 2014 11:42:59 +0000 (12:42 +0100)
PR#3107
(cherry picked from commit 7c206db9280865ae4af352dbc14e9019a6c4795d)

apps/ocsp.c

index 64c31826f3a97414e19ed13b102fd402dd01f9c3..44e8ba022f9eae3fa508038fb758cecb15d2b1d7 100644 (file)
@@ -1468,7 +1468,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);