mirror of
https://github.com/apache/httpd.git
synced 2025-08-08 15:02:10 +03:00
Fix spelling in comments and text files.
No functional change. PR 59990 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1756038 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@@ -1021,7 +1021,7 @@ int ssl_hook_Access(request_rec *r)
|
||||
return HTTP_FORBIDDEN;
|
||||
}
|
||||
|
||||
/* Full renegotiation successfull, we now have handshaken with
|
||||
/* Full renegotiation successful, we now have handshaken with
|
||||
* this server's parameters.
|
||||
*/
|
||||
sslconn->server = r->server;
|
||||
@@ -1163,7 +1163,7 @@ int ssl_hook_Access(request_rec *r)
|
||||
* Fake a Basic authentication from the X509 client certificate.
|
||||
*
|
||||
* This must be run fairly early on to prevent a real authentication from
|
||||
* occuring, in particular it must be run before anything else that
|
||||
* occurring, in particular it must be run before anything else that
|
||||
* authenticates a user. This means that the Module statement for this
|
||||
* module should be LAST in the Configuration file.
|
||||
*/
|
||||
|
Reference in New Issue
Block a user