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/31 17:39:39 UTC

svn commit: r780459 - in /httpd/httpd/branches/2.2.x/docs/manual/mod: mod_ssl.xml mod_usertrack.xml

Author: lgentis
Date: Sun May 31 15:39:39 2009
New Revision: 780459

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

Modified:
    httpd/httpd/branches/2.2.x/docs/manual/mod/mod_ssl.xml
    httpd/httpd/branches/2.2.x/docs/manual/mod/mod_usertrack.xml

Modified: httpd/httpd/branches/2.2.x/docs/manual/mod/mod_ssl.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/docs/manual/mod/mod_ssl.xml?rev=780459&r1=780458&r2=780459&view=diff
==============================================================================
--- httpd/httpd/branches/2.2.x/docs/manual/mod/mod_ssl.xml (original)
+++ httpd/httpd/branches/2.2.x/docs/manual/mod/mod_ssl.xml Sun May 31 15:39:39 2009
@@ -540,7 +540,7 @@
 <li><code>All</code>
     <p>
     This is a shortcut for ``<code>+SSLv2 +SSLv3 +TLSv1</code>'' and a
-    convinient way for enabling all protocols except one when used in
+    convenient way for enabling all protocols except one when used in
     combination with the minus sign on a protocol as the example above 
     shows.</p></li>
 </ul>

Modified: httpd/httpd/branches/2.2.x/docs/manual/mod/mod_usertrack.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/docs/manual/mod/mod_usertrack.xml?rev=780459&r1=780458&r2=780459&view=diff
==============================================================================
--- httpd/httpd/branches/2.2.x/docs/manual/mod/mod_usertrack.xml (original)
+++ httpd/httpd/branches/2.2.x/docs/manual/mod/mod_usertrack.xml Sun May 31 15:39:39 2009
@@ -221,7 +221,7 @@
       current cookie syntax.</li>
     </ul>
 
-    <p>Not all clients can understand all of these formats. but you
+    <p>Not all clients can understand all of these formats, but you
     should use the newest one that is generally acceptable to your
     users' browsers. At the time of writing, most browsers only fully
     support <code>CookieStyle Netscape</code>.</p>