summaryrefslogtreecommitdiffstats
path: root/modules/ssl
diff options
context:
space:
mode:
authorJoe Orton <jorton@apache.org>2007-12-03 12:58:42 +0100
committerJoe Orton <jorton@apache.org>2007-12-03 12:58:42 +0100
commit8047103871b9cca3277bcbf1284cae11ae533b47 (patch)
tree15ded84150d22cbf3448125d77cf55a9ce8c0f88 /modules/ssl
parent* modules/ssl/ssl_engine_ocsp.c (verify_ocsp_status): Extract the (diff)
downloadapache2-8047103871b9cca3277bcbf1284cae11ae533b47.tar.xz
apache2-8047103871b9cca3277bcbf1284cae11ae533b47.zip
* 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
Diffstat (limited to 'modules/ssl')
-rw-r--r--modules/ssl/ssl_util_ocsp.c2
1 files changed, 1 insertions, 1 deletions
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)