]> granicus.if.org Git - apache/commitdiff
* modules/ssl/ssl_util_ocsp.c: Fix spelling mistake in comment; no
authorJoe Orton <jorton@apache.org>
Mon, 3 Dec 2007 11:58:42 +0000 (11:58 +0000)
committerJoe Orton <jorton@apache.org>
Mon, 3 Dec 2007 11:58:42 +0000 (11:58 +0000)
  functional change.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@600497 13f79535-47bb-0310-9956-ffa450edef68

modules/ssl/ssl_util_ocsp.c

index d482e8cfa70769aa2feec120398398be51001863..7bf6036a3addd4a08aec7e2521862cdb71e8daf6 100644 (file)
@@ -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)