From: Christophe Jaillet Date: Sun, 9 Feb 2014 21:24:38 +0000 (+0000) Subject: typo in comments X-Git-Tag: 2.5.0-alpha~4498 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d647d32f5f3ce2ffa3a3a299887bd693f2cab2c6;p=apache typo in comments git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1566428 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/ssl/ssl_engine_kernel.c b/modules/ssl/ssl_engine_kernel.c index 2b75fb497e..c888d69a5d 100644 --- a/modules/ssl/ssl_engine_kernel.c +++ b/modules/ssl/ssl_engine_kernel.c @@ -177,7 +177,7 @@ int ssl_hook_ReadReq(request_rec *r) * was used for the handshake causing different SSL parameters to * be applied as SSLProtocol, SSLCACertificateFile/Path and * SSLCADNRequestFile/Path cannot be renegotiated (SSLCA* due - * to current limitiations in OpenSSL, see + * to current limititations in OpenSSL, see * http://mail-archives.apache.org/mod_mbox/httpd-dev/200806.mbox/%3C48592955.2090303@velox.ch%3E * and * http://mail-archives.apache.org/mod_mbox/httpd-dev/201312.mbox/%3CCAKQ1sVNpOrdiBm-UPw1hEdSN7YQXRRjeaT-MCWbW_7mN%3DuFiOw%40mail.gmail.com%3E @@ -207,7 +207,7 @@ int ssl_hook_ReadReq(request_rec *r) /* * We are using a name based configuration here, but no hostname was * provided via SNI. Don't allow that if are requested to do strict - * checking. Check whether this strict checking was setup either in the + * checking. Check whether this strict checking was set up either in the * server config we used for handshaking or in our current server. * This should avoid insecure configuration by accident. */