You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by hu...@apache.org on 2012/07/26 12:17:17 UTC

svn commit: r1365935 - in /httpd/httpd/branches/2.2.x/docs/manual: ssl/ssl_faq.xml vhosts/details.xml

Author: humbedooh
Date: Thu Jul 26 10:17:17 2012
New Revision: 1365935

URL: http://svn.apache.org/viewvc?rev=1365935&view=rev
Log:
some final typo fixes

Modified:
    httpd/httpd/branches/2.2.x/docs/manual/ssl/ssl_faq.xml
    httpd/httpd/branches/2.2.x/docs/manual/vhosts/details.xml

Modified: httpd/httpd/branches/2.2.x/docs/manual/ssl/ssl_faq.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/docs/manual/ssl/ssl_faq.xml?rev=1365935&r1=1365934&r2=1365935&view=diff
==============================================================================
--- httpd/httpd/branches/2.2.x/docs/manual/ssl/ssl_faq.xml (original)
+++ httpd/httpd/branches/2.2.x/docs/manual/ssl/ssl_faq.xml Thu Jul 26 10:17:17 2012
@@ -794,7 +794,7 @@ Virtual Hosting to identify different SS
     specification added, called Server Name Indication (SNI).</p>
 
     <p>Note that if you have a wildcard SSL certificate, or a
-    certificate that has multple hostnames on it using subjectAltName
+    certificate that has multiple hostnames on it using subjectAltName
     fields, you can use SSL on name-based virtual hosts without further
     workarounds.</p>
 

Modified: httpd/httpd/branches/2.2.x/docs/manual/vhosts/details.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/docs/manual/vhosts/details.xml?rev=1365935&r1=1365934&r2=1365935&view=diff
==============================================================================
--- httpd/httpd/branches/2.2.x/docs/manual/vhosts/details.xml (original)
+++ httpd/httpd/branches/2.2.x/docs/manual/vhosts/details.xml Thu Jul 26 10:17:17 2012
@@ -83,7 +83,7 @@
     <p>If you want Apache to <em>further</em> discriminate on the basis of the 
     HTTP <code>Host</code> header supplied by the client, the
     <code>NameVirtualHost</code> directive <em>must</em> appear
-    with the exact IP address (or wildcard) and port pair used in a correspnding
+    with the exact IP address (or wildcard) and port pair used in a corresponding
     set of <code>VirtualHost</code> directives.</p>
 
     <p>The name-based virtual host selection occurs only after a single IP-based