Author: fschumacher
Date: Tue Aug 18 17:42:50 2015
New Revision: 1696467

URL: http://svn.apache.org/r1696467
Log:
Remove doubled words and one s/by/but/

Modified:
    tomcat/trunk/webapps/docs/building.xml
    tomcat/trunk/webapps/docs/config/cluster-interceptor.xml
    tomcat/trunk/webapps/docs/config/cluster-sender.xml
    tomcat/trunk/webapps/docs/config/credentialhandler.xml
    tomcat/trunk/webapps/docs/config/sessionidgenerator.xml
    tomcat/trunk/webapps/docs/ssl-howto.xml

Modified: tomcat/trunk/webapps/docs/building.xml
URL: 
http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/building.xml?rev=1696467&r1=1696466&r2=1696467&view=diff
==============================================================================
--- tomcat/trunk/webapps/docs/building.xml (original)
+++ tomcat/trunk/webapps/docs/building.xml Tue Aug 18 17:42:50 2015
@@ -71,7 +71,7 @@ Unpack the binary distribution into a co
 Ant release resides in its own directory (conventionally named
 <code>apache-ant-1.9.x</code>).  For the remainder of this guide,
 the symbolic name <code>${ant.home}</code> is used to refer to the full 
pathname of
- the Ant installation directory directory.
+ the Ant installation directory.
 </p>
 
 <p>

Modified: tomcat/trunk/webapps/docs/config/cluster-interceptor.xml
URL: 
http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/config/cluster-interceptor.xml?rev=1696467&r1=1696466&r2=1696467&view=diff
==============================================================================
--- tomcat/trunk/webapps/docs/config/cluster-interceptor.xml (original)
+++ tomcat/trunk/webapps/docs/config/cluster-interceptor.xml Tue Aug 18 
17:42:50 2015
@@ -214,7 +214,7 @@
        3. byte array in string form, for example {216,123,12,3}<br/>
      </attribute>
      <attribute name="domain" required="true">
-       The logical cluster domain for this this static member listens for 
cluster messages.
+       The logical cluster domain for that this static member listens for 
cluster messages.
        Two different type of values are possible:<br/>
        1. Regular string values like &quot;staging-domain&quot; or 
&quot;tomcat-cluster&quot; will be converted into bytes
        using ISO-8859-1 encoding.

Modified: tomcat/trunk/webapps/docs/config/cluster-sender.xml
URL: 
http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/config/cluster-sender.xml?rev=1696467&r1=1696466&r2=1696467&view=diff
==============================================================================
--- tomcat/trunk/webapps/docs/config/cluster-sender.xml (original)
+++ tomcat/trunk/webapps/docs/config/cluster-sender.xml Tue Aug 18 17:42:50 2015
@@ -60,7 +60,7 @@
 
 <section name="Nested Elements">
  <p>
-   The nested element <code>&lt;Transport&gt;</code> is is not required, by 
encouraged, as this is where
+   The nested element <code>&lt;Transport&gt;</code> is not required, but 
encouraged, as this is where
    you would set all the socket options for the outgoing messages. Please see 
its attributes below.
    There are two implementations, in a similar manner to the <a 
href="cluster-receiver.html">receiver</a>, one is non-blocking
    based and the other is built using blocking IO. <br/>

Modified: tomcat/trunk/webapps/docs/config/credentialhandler.xml
URL: 
http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/config/credentialhandler.xml?rev=1696467&r1=1696466&r2=1696467&view=diff
==============================================================================
--- tomcat/trunk/webapps/docs/config/credentialhandler.xml (original)
+++ tomcat/trunk/webapps/docs/config/credentialhandler.xml Tue Aug 18 17:42:50 
2015
@@ -123,7 +123,7 @@
       </attribute>
 
       <attribute name="saltLength" required="false">
-        <p>The length of the randomly generated salt to use use when creating a
+        <p>The length of the randomly generated salt to use when creating a
         new stored credential from a clear text credential.</p>
       </attribute>
 
@@ -186,7 +186,7 @@
       </attribute>
 
       <attribute name="saltLength" required="false">
-        <p>The length of the randomly generated salt to use use when creating a
+        <p>The length of the randomly generated salt to use when creating a
         new stored credential from a clear text credential.</p>
       </attribute>
 

Modified: tomcat/trunk/webapps/docs/config/sessionidgenerator.xml
URL: 
http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/config/sessionidgenerator.xml?rev=1696467&r1=1696466&r2=1696467&view=diff
==============================================================================
--- tomcat/trunk/webapps/docs/config/sessionidgenerator.xml (original)
+++ tomcat/trunk/webapps/docs/config/sessionidgenerator.xml Tue Aug 18 17:42:50 
2015
@@ -35,7 +35,7 @@
 <section name="Introduction">
 
   <p>The <strong>SessionIdGenerator</strong> element represents the <em>session
-  id generator</em> that will be used to create create session ids used by
+  id generator</em> that will be used to create session ids used by
   web application HTTP sessions.</p>
 
   <p>A SessionIdGenerator element MAY be nested inside a

Modified: tomcat/trunk/webapps/docs/ssl-howto.xml
URL: 
http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/ssl-howto.xml?rev=1696467&r1=1696466&r2=1696467&view=diff
==============================================================================
--- tomcat/trunk/webapps/docs/ssl-howto.xml (original)
+++ tomcat/trunk/webapps/docs/ssl-howto.xml Tue Aug 18 17:42:50 2015
@@ -123,7 +123,7 @@ identity is important, a Certificate is
 <em>Certificate Authority</em> (CA) such as VeriSign or Thawte.  Such
 certificates can be electronically verified -- in effect, the Certificate
 Authority will vouch for the authenticity of the certificates that it grants,
-so you can believe that that Certificate is valid if you trust the Certificate
+so you can believe that the Certificate is valid if you trust the Certificate
 Authority that granted it.</p>
 
 <p>In many cases, however, authentication is not really a concern.  An



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to