You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by lg...@apache.org on 2009/05/27 14:18:12 UTC

svn commit: r779137 - /httpd/httpd/trunk/docs/manual/mod/mod_ssl.xml

Author: lgentis
Date: Wed May 27 12:18:12 2009
New Revision: 779137

URL: http://svn.apache.org/viewvc?rev=779137&view=rev
Log:
Some typos.

Modified:
    httpd/httpd/trunk/docs/manual/mod/mod_ssl.xml

Modified: httpd/httpd/trunk/docs/manual/mod/mod_ssl.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/mod_ssl.xml?rev=779137&r1=779136&r2=779137&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/mod_ssl.xml (original)
+++ httpd/httpd/trunk/docs/manual/mod/mod_ssl.xml Wed May 27 12:18:12 2009
@@ -258,7 +258,7 @@
 <li><code>fcntl:/path/to/mutex</code>
     <p>
     This is a portable Mutex variant where a physical (lock-)file and the <code>fcntl()</code>
-    fucntion are used as the Mutex.
+    function are used as the Mutex.
     Always use a local disk filesystem for <code>/path/to/mutex</code> and never a file
     residing on a NFS- or AFS-filesystem. It is only available when the underlying platform
     and <glossary>APR</glossary> supports it. Note: Internally, the Process ID (PID) of the
@@ -525,7 +525,8 @@
 
 <li><code>SSLv3</code>
     <p>
-    This is the Secure Sockets Layer (SSL) protocol, version 3.0, from the Netscape Corportaion. 
+    This is the Secure Sockets Layer (SSL) protocol, version 3.0, from
+    the Netscape Corporation. 
     It is the successor to SSLv2 and the predecessor to TLSv1. It's supported by
     almost all popular browsers.</p></li>
 
@@ -774,7 +775,7 @@
 This directive sets the optional <em>all-in-one</em> file where you can
 assemble the certificates of Certification Authorities (CA) which form the
 certificate chain of the server certificate. This starts with the issuing CA
-certificate of of the server certificate and can range up to the root CA
+certificate of the server certificate and can range up to the root CA
 certificate. Such a file is simply the concatenation of the various
 PEM-encoded CA Certificate files, usually in certificate chain order.</p>
 <p>