Skip to content

Commit 4b2ea38

Browse files
committed
Fix typo
1 parent 6490b52 commit 4b2ea38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

native/src/sslutils.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1004,7 +1004,7 @@ static OCSP_RESPONSE *get_ocsp_response(apr_pool_t *p, char *url, OCSP_REQUEST *
10041004
}
10051005

10061006
/* Process the OCSP_RESPONSE and returns the corresponding
1007-
answert according to the status.
1007+
answer according to the status.
10081008
*/
10091009
static int process_ocsp_response(OCSP_RESPONSE *ocsp_resp, X509 *cert, X509 *issuer)
10101010
{

0 commit comments

Comments
 (0)