From: Joe Orton Date: Mon, 3 Dec 2007 11:58:42 +0000 (+0000) Subject: * modules/ssl/ssl_util_ocsp.c: Fix spelling mistake in comment; no X-Git-Tag: 2.3.0~1178 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8047103871b9cca3277bcbf1284cae11ae533b47;p=apache * modules/ssl/ssl_util_ocsp.c: Fix spelling mistake in comment; no functional change. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@600497 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/ssl/ssl_util_ocsp.c b/modules/ssl/ssl_util_ocsp.c index d482e8cfa7..7bf6036a3a 100644 --- a/modules/ssl/ssl_util_ocsp.c +++ b/modules/ssl/ssl_util_ocsp.c @@ -126,7 +126,7 @@ static apr_socket_t *send_request(BIO *request, const apr_uri_t *uri, return sd; } -/* Return a pool-alocated NUL-terminated line, with CRLF stripped, +/* Return a pool-allocated NUL-terminated line, with CRLF stripped, * read from brigade 'bbin' using 'bbout' as temporary storage. */ static char *get_line(apr_bucket_brigade *bbout, apr_bucket_brigade *bbin, conn_rec *c, apr_pool_t *p)