]> granicus.if.org Git - apache/commitdiff
typo in comments
authorChristophe Jaillet <jailletc36@apache.org>
Sun, 9 Feb 2014 21:24:38 +0000 (21:24 +0000)
committerChristophe Jaillet <jailletc36@apache.org>
Sun, 9 Feb 2014 21:24:38 +0000 (21:24 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1566428 13f79535-47bb-0310-9956-ffa450edef68

modules/ssl/ssl_engine_kernel.c

index 2b75fb497e70c7d87ed96113bbe586cdedadb3d3..c888d69a5d6bf26de578c33856c24b307a00b205 100644 (file)
@@ -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.
              */