Typo.
[openssl.git] / 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);