You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by jo...@apache.org on 2007/12/03 12:58:43 UTC

svn commit: r600497 - /httpd/httpd/trunk/modules/ssl/ssl_util_ocsp.c

Author: jorton
Date: Mon Dec  3 03:58:42 2007
New Revision: 600497

URL: http://svn.apache.org/viewvc?rev=600497&view=rev
Log:
* modules/ssl/ssl_util_ocsp.c: Fix spelling mistake in comment; no
  functional change.

Modified:
    httpd/httpd/trunk/modules/ssl/ssl_util_ocsp.c

Modified: httpd/httpd/trunk/modules/ssl/ssl_util_ocsp.c
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/modules/ssl/ssl_util_ocsp.c?rev=600497&r1=600496&r2=600497&view=diff
==============================================================================
--- httpd/httpd/trunk/modules/ssl/ssl_util_ocsp.c (original)
+++ httpd/httpd/trunk/modules/ssl/ssl_util_ocsp.c Mon Dec  3 03:58:42 2007
@@ -126,7 +126,7 @@
     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)