spelling fix from Micha Borrmann on openssl-dev
authortedu <tedu@openbsd.org>
Fri, 18 Apr 2014 02:35:57 +0000 (02:35 +0000)
committertedu <tedu@openbsd.org>
Fri, 18 Apr 2014 02:35:57 +0000 (02:35 +0000)
lib/libssl/src/apps/ocsp.c

index 170bcac..e68589f 100644 (file)
@@ -1393,7 +1393,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);