Fix typo in message (RT 3107)
authorRich Salz <rsalz@akamai.com>
Sun, 29 Jun 2014 15:40:05 +0000 (11:40 -0400)
committerRich Salz <rsalz@akamai.com>
Sun, 29 Jun 2014 15:40:05 +0000 (11:40 -0400)
apps/ocsp.c

index 7968e272d82d9224921b9a6714918daff9a437c2..902546ff618c54eac13c0e7046284e3ed713bbae 100644 (file)
@@ -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);